From 55969b296a2797e32d3e62ebdeba1887e5917b74 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 5 Jul 2020 16:32:54 -0700 Subject: Update languages and translations --- modern/src/common/localization.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modern/src/common') diff --git a/modern/src/common/localization.js b/modern/src/common/localization.js index eb8fc1d..94e089d 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: 'Български' }, -- cgit v1.2.3