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.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/languages.js b/src/i18n/languages.js
new file mode 100644
index 000000000..782853b43
--- /dev/null
+++ b/src/i18n/languages.js
@@ -0,0 +1,4 @@
1module.exports = {
2 'en-US': 'English',
3 // 'de-DE': 'Deutsch',
4};