aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/i18n/languages.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n/languages.js b/src/i18n/languages.js
index 677b09405..0c97a5a7f 100644
--- a/src/i18n/languages.js
+++ b/src/i18n/languages.js
@@ -19,6 +19,11 @@ export const APP_LOCALES = {
19 sk: 'Slovak', 19 sk: 'Slovak',
20 uk: 'Ukrainian', 20 uk: 'Ukrainian',
21 'nl-BE': 'Vlaams', 21 'nl-BE': 'Vlaams',
22 el: 'Greek',
23 hr: 'Croatian',
24 sr: 'Serbian',
25 tr: 'Turkish',
26 'zh-TW': 'Chinese (Taiwan)',
22}; 27};
23 28
24export default APP_LOCALES; 29export default APP_LOCALES;