1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00
OpenSTF/res/common/lang/index.js
Gunther Brunner c17176a985 - Adding languages support.
- Adding webpack bundle building support.
2014-03-26 21:38:57 +09:00

7 lines
220 B
JavaScript

angular.module("gettext").run(['gettextCatalog', function (gettextCatalog) {
gettextCatalog.setStrings('ja', require('./translations/stf.ja.json').ja )
}])
module.exports = angular.module('stf/lang', [
'gettext'
])