first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
(function () {
|
||||
TaxonomyTranslation.util = {
|
||||
langCodes: [],
|
||||
init: function () {
|
||||
_.each(TaxonomyTranslation.data.activeLanguages, function (lang, code) {
|
||||
TaxonomyTranslation.util.langCodes.push(code);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
})(TaxonomyTranslation);
|
||||
Reference in New Issue
Block a user