Implements i18n translation for admin interface

it takes the i18n.js files from darkswarm.
This should be changed later and added to the
shared js folder.
At best, the namespacing for yml files should work
just as they work together with ruby, so

general:
  sure: sure?

should point to t(general.sure)
This commit is contained in:
Florian Vallen
2015-12-13 18:18:09 +01:00
committed by elf Pavlik
parent 8a390dd237
commit ec6962ea2c
2 changed files with 11 additions and 0 deletions

View File

@@ -42,5 +42,8 @@
//= require textAngular.min.js
//= require textAngular-sanitize.min.js
//= require ../shared/bindonce.min.js
//= require darkswarm/i18n.js
//= require darkswarm/i18n.translate.js
//= require_tree .