mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-27 23:55:52 +00:00
Add missing locales to glitch flavor
This commit is contained in:
parent
412fe2ebb0
commit
3f09d4ca03
7
app/javascript/flavours/glitch/locales/ku.js
Normal file
7
app/javascript/flavours/glitch/locales/ku.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/ku.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/sa.js
Normal file
7
app/javascript/flavours/glitch/locales/sa.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/sa.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/sc.js
Normal file
7
app/javascript/flavours/glitch/locales/sc.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/sc.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/zgh.js
Normal file
7
app/javascript/flavours/glitch/locales/zgh.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/zgh.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
Loading…
Reference in a new issue