diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2020-07-05 16:32:54 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2020-07-05 16:32:54 -0700 |
commit | 55969b296a2797e32d3e62ebdeba1887e5917b74 (patch) | |
tree | 3e3def47cb7c6e936f57d42c9b181c06d1b40ac1 /modern/src/common | |
parent | 36a0c618073f1999e32ea81192bd20b0203c7d5f (diff) | |
download | trackermap-web-55969b296a2797e32d3e62ebdeba1887e5917b74.tar.gz trackermap-web-55969b296a2797e32d3e62ebdeba1887e5917b74.tar.bz2 trackermap-web-55969b296a2797e32d3e62ebdeba1887e5917b74.zip |
Update languages and translations
Diffstat (limited to 'modern/src/common')
-rw-r--r-- | modern/src/common/localization.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modern/src/common/localization.js b/modern/src/common/localization.js index eb8fc1d4..94e089d5 100644 --- a/modern/src/common/localization.js +++ b/modern/src/common/localization.js @@ -1,3 +1,4 @@ +import af from '../../../web/l10n/af.json'; import ar from '../../../web/l10n/ar.json'; import az from '../../../web/l10n/az.json'; import bg from '../../../web/l10n/bg.json'; @@ -52,6 +53,7 @@ import zh from '../../../web/l10n/zh.json'; import zh_TW from '../../../web/l10n/zh_TW.json'; const supportedLanguages = { + 'af': { data: af, name: 'Afrikaans' }, 'ar': { data: ar, name: 'العربية' }, 'az': { data: az, name: 'Azərbaycanca' }, 'bg': { data: bg, name: 'Български' }, |