'use strict';
angular.module("i18nModule").constant("customLocale", {
"DATETIME_FORMATS": {
"shortestTime": "ha"
},
culture: "en"
});