Commit befcadbd authored by JC Brand's avatar JC Brand

Add de.js with DE translations

parent 18d6e7e5
...@@ -2,10 +2,12 @@ ...@@ -2,10 +2,12 @@
define("locales", [ define("locales", [
'jed', 'jed',
'af', 'af',
'en' 'en',
], function (jed, af, en) { 'de'
], function (jed, af, en, de) {
root.locales = {}; root.locales = {};
root.locales.af = af; root.locales.af = af;
root.locales.en = en; root.locales.en = en;
root.locales.de = de;
}); });
})(this); })(this);
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
"locales": "Libraries/locales", "locales": "Libraries/locales",
"af": "locale/af/LC_MESSAGES/af", "af": "locale/af/LC_MESSAGES/af",
"en": "locale/en/LC_MESSAGES/en", "en": "locale/en/LC_MESSAGES/en",
"de": "locale/de/LC_MESSAGES/de",
"sjcl": "Libraries/sjcl", "sjcl": "Libraries/sjcl",
"tinysort": "Libraries/jquery.tinysort", "tinysort": "Libraries/jquery.tinysort",
"underscore": "Libraries/underscore", "underscore": "Libraries/underscore",
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment