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.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/languages.js b/src/i18n/languages.js
index 9b9fa9dfd..342815bc2 100644
--- a/src/i18n/languages.js
+++ b/src/i18n/languages.js
@@ -2,4 +2,6 @@ module.exports = {
2 'en-US': 'English', 2 'en-US': 'English',
3 'fr': 'French', 3 'fr': 'French',
4 // 'de-DE': 'Deutsch', 4 // 'de-DE': 'Deutsch',
5 'pl-PL': 'Polish',
6 'ru-RU': 'Русский',
5}; 7};