diff options
author | 2013-07-11 19:34:31 +0200 | |
---|---|---|
committer | 2013-07-11 19:34:31 +0200 | |
commit | 1291f49781fbb0dd3090c9f1ea6737bf334a515d (patch) | |
tree | ac92774e2a00872f37adc9903f29a5a69ac11e22 /pyload/web/app/scripts/utils | |
parent | fixed settings (diff) | |
download | pyload-1291f49781fbb0dd3090c9f1ea6737bf334a515d.tar.xz |
use gettext/jed for webui translations
Diffstat (limited to 'pyload/web/app/scripts/utils')
-rw-r--r-- | pyload/web/app/scripts/utils/i18n.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyload/web/app/scripts/utils/i18n.js b/pyload/web/app/scripts/utils/i18n.js new file mode 100644 index 000000000..a8d948b4a --- /dev/null +++ b/pyload/web/app/scripts/utils/i18n.js @@ -0,0 +1,5 @@ +define(['jed'], function(Jed) { + 'use strict'; + // TODO load i18n data + return new Jed({}); +});
\ No newline at end of file |