Merge branch 'i18n/arabic' into 'develop'

Add arabic translation

See merge request pleroma/pleroma-fe!360
This commit is contained in:
Henry 2018-10-21 12:43:30 +00:00
commit 82cc37a55e
2 changed files with 202 additions and 0 deletions

View file

@ -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'),