Commit befcadbd authored by JC Brand's avatar JC Brand

Add de.js with DE translations

parent 18d6e7e5
......@@ -2,10 +2,12 @@
define("locales", [
'jed',
'af',
'en'
], function (jed, af, en) {
'en',
'de'
], function (jed, af, en, de) {
root.locales = {};
root.locales.af = af;
root.locales.en = en;
root.locales.de = de;
});
})(this);
......@@ -18,6 +18,7 @@
"locales": "Libraries/locales",
"af": "locale/af/LC_MESSAGES/af",
"en": "locale/en/LC_MESSAGES/en",
"de": "locale/de/LC_MESSAGES/de",
"sjcl": "Libraries/sjcl",
"tinysort": "Libraries/jquery.tinysort",
"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