summaryrefslogtreecommitdiff
path: root/electron/src/lib/i18n.js
diff options
context:
space:
mode:
Diffstat (limited to 'electron/src/lib/i18n.js')
-rw-r--r--electron/src/lib/i18n.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/electron/src/lib/i18n.js b/electron/src/lib/i18n.js
index 4f9395d7..de56fc8f 100644
--- a/electron/src/lib/i18n.js
+++ b/electron/src/lib/i18n.js
@@ -1,3 +1,11 @@
+/*
+ * Authors: see git history
+ *
+ * Copyright (c) 2010 Authors
+ * Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
+ *
+ */
+
module.exports.selectLanguage = function (translations) {
// get a list of available translations
var availableTranslations = ['en_US'];