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.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n/languages.js b/src/i18n/languages.js
index 3eed993c3..e0ea41e1c 100644
--- a/src/i18n/languages.js
+++ b/src/i18n/languages.js
@@ -1,5 +1,8 @@
1module.exports = { 1module.exports = {
2 'en-US': 'English', 2 'en-US': 'English',
3 'pt-BR': 'Portuguese (Brazil)', 3 'pt-BR': 'Portuguese (Brazil)',
4 // 'de-DE': 'Deutsch', 4 'de-DE': 'Deutsch',
5 'fr': 'French',
6 'pl-PL': 'Polish',
7 'ru-RU': 'Русский',
5}; 8};