mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
7 lines
220 B
JavaScript
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'
|
|
])
|