SmartIT_Extensions/BMC/smart-it-full-helix/scripts/app/i18n-custom/angular-custom-locale_ko.js

9 lines
193 B
JavaScript

'use strict';
angular.module("i18nModule").constant("customLocale", {
"DATETIME_FORMATS": {
"shortestTime": "a h",
"dayAndDate": "EEE M. d."
},
culture: "ko-kr"
});