Add glitch-soc front-end support for many upstream translations
This commit is contained in:
parent
d6235f63a5
commit
aa29b38f7c
37 changed files with 259 additions and 0 deletions
7
app/javascript/flavours/glitch/locales/ast.js
Normal file
7
app/javascript/flavours/glitch/locales/ast.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/ast.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/bn.js
Normal file
7
app/javascript/flavours/glitch/locales/bn.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/bn.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/br.js
Normal file
7
app/javascript/flavours/glitch/locales/br.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/br.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/co.js
Normal file
7
app/javascript/flavours/glitch/locales/co.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/co.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/cs.js
Normal file
7
app/javascript/flavours/glitch/locales/cs.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/cs.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/cy.js
Normal file
7
app/javascript/flavours/glitch/locales/cy.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/cy.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/da.js
Normal file
7
app/javascript/flavours/glitch/locales/da.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/da.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/el.js
Normal file
7
app/javascript/flavours/glitch/locales/el.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/el.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/es-AR.js
Normal file
7
app/javascript/flavours/glitch/locales/es-AR.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/es-AR.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/et.js
Normal file
7
app/javascript/flavours/glitch/locales/et.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/et.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/eu.js
Normal file
7
app/javascript/flavours/glitch/locales/eu.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/eu.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/ga.js
Normal file
7
app/javascript/flavours/glitch/locales/ga.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/ga.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/gl.js
Normal file
7
app/javascript/flavours/glitch/locales/gl.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/gl.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/hi.js
Normal file
7
app/javascript/flavours/glitch/locales/hi.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/hi.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/hy.js
Normal file
7
app/javascript/flavours/glitch/locales/hy.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/hy.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/is.js
Normal file
7
app/javascript/flavours/glitch/locales/is.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/is.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/ka.js
Normal file
7
app/javascript/flavours/glitch/locales/ka.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/ka.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/kab.js
Normal file
7
app/javascript/flavours/glitch/locales/kab.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/kab.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/kk.js
Normal file
7
app/javascript/flavours/glitch/locales/kk.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/kk.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/kn.js
Normal file
7
app/javascript/flavours/glitch/locales/kn.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/kn.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/lt.js
Normal file
7
app/javascript/flavours/glitch/locales/lt.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/lt.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/lv.js
Normal file
7
app/javascript/flavours/glitch/locales/lv.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/lv.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/mk.js
Normal file
7
app/javascript/flavours/glitch/locales/mk.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/mk.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/ml.js
Normal file
7
app/javascript/flavours/glitch/locales/ml.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/ml.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/mr.js
Normal file
7
app/javascript/flavours/glitch/locales/mr.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/mr.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/ms.js
Normal file
7
app/javascript/flavours/glitch/locales/ms.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/ms.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/nn.js
Normal file
7
app/javascript/flavours/glitch/locales/nn.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/nn.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/ro.js
Normal file
7
app/javascript/flavours/glitch/locales/ro.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/ro.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/sk.js
Normal file
7
app/javascript/flavours/glitch/locales/sk.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/sk.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/sl.js
Normal file
7
app/javascript/flavours/glitch/locales/sl.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/sl.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/sq.js
Normal file
7
app/javascript/flavours/glitch/locales/sq.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/sq.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/sr-Latn.js
Normal file
7
app/javascript/flavours/glitch/locales/sr-Latn.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/sr-Latn.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/sr.js
Normal file
7
app/javascript/flavours/glitch/locales/sr.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/sr.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/ta.js
Normal file
7
app/javascript/flavours/glitch/locales/ta.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/ta.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/te.js
Normal file
7
app/javascript/flavours/glitch/locales/te.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/te.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/ur.js
Normal file
7
app/javascript/flavours/glitch/locales/ur.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/ur.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
7
app/javascript/flavours/glitch/locales/vi.js
Normal file
7
app/javascript/flavours/glitch/locales/vi.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import inherited from 'mastodon/locales/vi.json';
|
||||||
|
|
||||||
|
const messages = {
|
||||||
|
// No translations available.
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Object.assign({}, inherited, messages);
|
Loading…
Reference in a new issue