aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/languages.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/languages.js')
-rw-r--r--src/i18n/languages.js11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/i18n/languages.js b/src/i18n/languages.js
index 782853b43..9860295b3 100644
--- a/src/i18n/languages.js
+++ b/src/i18n/languages.js
@@ -1,4 +1,13 @@
1module.exports = { 1module.exports = {
2 'en-US': 'English', 2 'en-US': 'English',
3 // 'de-DE': 'Deutsch', 3 'pt-BR': 'Portuguese (Brazil)',
4 'el-GR': 'Ελληνικά (Greece)',
5 nl: 'Nederlands',
6 'nl-BE': 'Vlaams',
7 de: 'Deutsch',
8 fr: 'French',
9 ja: 'Japanese',
10 pl: 'Polish',
11 ru: 'Русский',
12 ua: 'Українська',
4}; 13};