Adding arabic to messages.js
This commit is contained in:
parent
373d6ca990
commit
131526373f
@ -7,6 +7,7 @@
|
|||||||
// There's only problem that apostrophe character ' gets replaced by \\ so you have to fix it manually, sorry.
|
// There's only problem that apostrophe character ' gets replaced by \\ so you have to fix it manually, sorry.
|
||||||
|
|
||||||
const messages = {
|
const messages = {
|
||||||
|
ar: require('./ar.json'),
|
||||||
de: require('./de.json'),
|
de: require('./de.json'),
|
||||||
fi: require('./fi.json'),
|
fi: require('./fi.json'),
|
||||||
en: require('./en.json'),
|
en: require('./en.json'),
|
||||||
|
Loading…
Reference in New Issue
Block a user