1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-03 01:09:08 +09:00

Add missing locales to glitch flavor

This commit is contained in:
Thibaut Girka 2020-11-12 22:27:44 +01:00
parent 412fe2ebb0
commit 3f09d4ca03
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import inherited from 'mastodon/locales/ku.json';
const messages = {
// No translations available.
};
export default Object.assign({}, inherited, messages);

View File

@ -0,0 +1,7 @@
import inherited from 'mastodon/locales/sa.json';
const messages = {
// No translations available.
};
export default Object.assign({}, inherited, messages);

View File

@ -0,0 +1,7 @@
import inherited from 'mastodon/locales/sc.json';
const messages = {
// No translations available.
};
export default Object.assign({}, inherited, messages);

View File

@ -0,0 +1,7 @@
import inherited from 'mastodon/locales/zgh.json';
const messages = {
// No translations available.
};
export default Object.assign({}, inherited, messages);