Add missing locales to glitch-soc
This commit is contained in:
parent
4e3c68e025
commit
a22043ebff
11 changed files with 77 additions and 0 deletions
7
app/javascript/flavours/glitch/locales/af.js
Normal file
7
app/javascript/flavours/glitch/locales/af.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import inherited from 'mastodon/locales/af.json';
|
||||
|
||||
const messages = {
|
||||
// No translations available.
|
||||
};
|
||||
|
||||
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/ckb.js
Normal file
7
app/javascript/flavours/glitch/locales/ckb.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import inherited from 'mastodon/locales/ckb.json';
|
||||
|
||||
const messages = {
|
||||
// No translations available.
|
||||
};
|
||||
|
||||
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/es-MX.js
Normal file
7
app/javascript/flavours/glitch/locales/es-MX.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import inherited from 'mastodon/locales/es-MX.json';
|
||||
|
||||
const messages = {
|
||||
// No translations available.
|
||||
};
|
||||
|
||||
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/gd.js
Normal file
7
app/javascript/flavours/glitch/locales/gd.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import inherited from 'mastodon/locales/gd.json';
|
||||
|
||||
const messages = {
|
||||
// No translations available.
|
||||
};
|
||||
|
||||
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/kw.js
Normal file
7
app/javascript/flavours/glitch/locales/kw.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import inherited from 'mastodon/locales/kw.json';
|
||||
|
||||
const messages = {
|
||||
// No translations available.
|
||||
};
|
||||
|
||||
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/pa.js
Normal file
7
app/javascript/flavours/glitch/locales/pa.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import inherited from 'mastodon/locales/pa.json';
|
||||
|
||||
const messages = {
|
||||
// No translations available.
|
||||
};
|
||||
|
||||
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/si.js
Normal file
7
app/javascript/flavours/glitch/locales/si.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import inherited from 'mastodon/locales/si.json';
|
||||
|
||||
const messages = {
|
||||
// No translations available.
|
||||
};
|
||||
|
||||
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/szl.js
Normal file
7
app/javascript/flavours/glitch/locales/szl.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import inherited from 'mastodon/locales/szl.json';
|
||||
|
||||
const messages = {
|
||||
// No translations available.
|
||||
};
|
||||
|
||||
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/tai.js
Normal file
7
app/javascript/flavours/glitch/locales/tai.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import inherited from 'mastodon/locales/tai.json';
|
||||
|
||||
const messages = {
|
||||
// No translations available.
|
||||
};
|
||||
|
||||
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/tt.js
Normal file
7
app/javascript/flavours/glitch/locales/tt.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import inherited from 'mastodon/locales/tt.json';
|
||||
|
||||
const messages = {
|
||||
// No translations available.
|
||||
};
|
||||
|
||||
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/ug.js
Normal file
7
app/javascript/flavours/glitch/locales/ug.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import inherited from 'mastodon/locales/ug.json';
|
||||
|
||||
const messages = {
|
||||
// No translations available.
|
||||
};
|
||||
|
||||
export default Object.assign({}, inherited, messages);
|
Loading…
Reference in a new issue