mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Temporarily commenting out request for language files
in order to avoid 404 file not found error on the console until the i18n team provies the language files
This commit is contained in:
@@ -81,7 +81,10 @@ export default
|
||||
var langUrl = langInfo.replace('-', '_');
|
||||
//gettextCatalog.debug = true;
|
||||
gettextCatalog.setCurrentLanguage(langInfo);
|
||||
gettextCatalog.loadRemote('/static/languages/' + langUrl + '.json');
|
||||
// TODO: the line below is commented out temporarily until
|
||||
// the .po files are received from the i18n team, in order to avoid
|
||||
// 404 file not found console errors in dev
|
||||
// gettextCatalog.loadRemote('/static/languages/' + langUrl + '.json');
|
||||
};
|
||||
}])
|
||||
.factory('i18n', ['gettextCatalog',
|
||||
|
||||
Reference in New Issue
Block a user