forked from AkkomaGang/akkoma-fe
Adding arabic to messages.js
This commit is contained in:
parent
373d6ca990
commit
131526373f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
// There's only problem that apostrophe character ' gets replaced by \\ so you have to fix it manually, sorry.
|
||||
|
||||
const messages = {
|
||||
ar: require('./ar.json'),
|
||||
de: require('./de.json'),
|
||||
fi: require('./fi.json'),
|
||||
en: require('./en.json'),
|
||||
|
|
Loading…
Reference in a new issue