- Refactoring supported languages.

This commit is contained in:
Gunther Brunner
2014-03-26 23:45:09 +09:00
parent 7037789251
commit b1089a631d
8 changed files with 113 additions and 51 deletions

View File

@@ -1,5 +1,9 @@
var _ = require('lodash')
// TODO: Implement this
var supportedLanguages = require('./../../../common/lang/langs.json')
module.exports = function LanguageServiceFactory(
SettingsService
, $q