repo stringlengths 5 106 | file_url stringlengths 78 301 | file_path stringlengths 4 211 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 14:56:49 2026-01-05 02:23:25 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-pk.js | src/ngLocale/angular-locale_en-pk.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ko-kp.js | src/ngLocale/angular-locale_ko-kp.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\uc624\uc804",
"\uc624\ud6c4"
],
"DAY": [
"... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_es-gq.js | src/ngLocale/angular-locale_es-gq.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"a. m.",
"p. m."
],
"DAY": [
"domingo",
... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_es-cl.js | src/ngLocale/angular-locale_es-cl.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"a. m.",
"p. m."
],
"DAY": [
"domingo",
... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_naq.js | src/ngLocale/angular-locale_naq.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-dk.js | src/ngLocale/angular-locale_en-dk.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_fr-sn.js | src/ngLocale/angular-locale_fr-sn.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"dimanche",
"lu... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_cgg.js | src/ngLocale/angular-locale_cgg.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_nus.js | src/ngLocale/angular-locale_nus.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_eu.js | src/ngLocale/angular-locale_eu.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"igandea",
"ast... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_be-by.js | src/ngLocale/angular-locale_be-by.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"\u043d\u044f\u0434\u... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_rwk-tz.js | src/ngLocale/angular-locale_rwk-tz.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ar-eh.js | src/ngLocale/angular-locale_ar-eh.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u0635",
"\u0645"
],
"DAY": [
"\u0627\u0644... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_lb-lu.js | src/ngLocale/angular-locale_lb-lu.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-er.js | src/ngLocale/angular-locale_en-er.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_pt-gq.js | src/ngLocale/angular-locale_pt-gq.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"da manh\u00e3",
"da tarde"
],
"DAY": [
"dom... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_zh-hk.js | src/ngLocale/angular-locale_zh-hk.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u4e0a\u5348",
"\u4e0b\u5348"
],
"DAY": [
"... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_fr-ca.js | src/ngLocale/angular-locale_fr-ca.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"a.m.",
"p.m."
],
"DAY": [
"dimanche",
... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_guz-ke.js | src/ngLocale/angular-locale_guz-ke.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_es-co.js | src/ngLocale/angular-locale_es-co.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"a. m.",
"p. m."
],
"DAY": [
"domingo",
... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_yo-ng.js | src/ngLocale/angular-locale_yo-ng.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ha.js | src/ngLocale/angular-locale_ha.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-gm.js | src/ngLocale/angular-locale_en-gm.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_fr-ml.js | src/ngLocale/angular-locale_fr-ml.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"dimanche",
"lu... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_sv-fi.js | src/ngLocale/angular-locale_sv-fi.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-to.js | src/ngLocale/angular-locale_en-to.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_bg-bg.js | src/ngLocale/angular-locale_bg-bg.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u043f\u0440.\u043e\u0431.",
"\u0441\u043b.\u043e\u0431."... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_pt-gw.js | src/ngLocale/angular-locale_pt-gw.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"da manh\u00e3",
"da tarde"
],
"DAY": [
"dom... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_fr-ne.js | src/ngLocale/angular-locale_fr-ne.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"dimanche",
"lu... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_it-va.js | src/ngLocale/angular-locale_it-va.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_cs-cz.js | src/ngLocale/angular-locale_cs-cz.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_pa-guru.js | src/ngLocale/angular-locale_pa-guru.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u0a2a\u0a42.\u0a26\u0a41.",
"\u0a2c\u0a3e.\u0a26\u0a41."... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_nus-ss.js | src/ngLocale/angular-locale_nus-ss.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ar-tn.js | src/ngLocale/angular-locale_ar-tn.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u0635",
"\u0645"
],
"DAY": [
"\u0627\u0644... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-ai.js | src/ngLocale/angular-locale_en-ai.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_guz.js | src/ngLocale/angular-locale_guz.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_lo.js | src/ngLocale/angular-locale_lo.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u0e81\u0ec8\u0ead\u0e99\u0e97\u0ec8\u0ebd\u0e87",
"\u0ea... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ks-in.js | src/ngLocale/angular-locale_ks-in.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_fr-ga.js | src/ngLocale/angular-locale_fr-ga.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"dimanche",
"lu... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_zu-za.js | src/ngLocale/angular-locale_zu-za.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"ISonto",
"UMso... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_es-uy.js | src/ngLocale/angular-locale_es-uy.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"a. m.",
"p. m."
],
"DAY": [
"domingo",
... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_sbp.js | src/ngLocale/angular-locale_sbp.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ff-sn.js | src/ngLocale/angular-locale_ff-sn.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_lrc-ir.js | src/ngLocale/angular-locale_lrc-ir.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-tc.js | src/ngLocale/angular-locale_en-tc.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_fr-mr.js | src/ngLocale/angular-locale_fr-mr.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"dimanche",
"lu... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_nl-sx.js | src/ngLocale/angular-locale_nl-sx.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_de-it.js | src/ngLocale/angular-locale_de-it.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_mk.js | src/ngLocale/angular-locale_mk.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ln-cd.js | src/ngLocale/angular-locale_ln-cd.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"nt\u0254\u0301ng\u0254\u0301",
"mp\u00f3kwa"
],
"... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_sr-cyrl.js | src/ngLocale/angular-locale_sr-cyrl.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_vai.js | src/ngLocale/angular-locale_vai.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_nn-no.js | src/ngLocale/angular-locale_nn-no.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_hu-hu.js | src/ngLocale/angular-locale_hu-hu.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"de.",
"du."
],
"DAY": [
"vas\u00e1rnap",
... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-mp.js | src/ngLocale/angular-locale_en-mp.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ln.js | src/ngLocale/angular-locale_ln.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"nt\u0254\u0301ng\u0254\u0301",
"mp\u00f3kwa"
],
"... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-zw.js | src/ngLocale/angular-locale_en-zw.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_sah.js | src/ngLocale/angular-locale_sah.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-vi.js | src/ngLocale/angular-locale_en-vi.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_es-ec.js | src/ngLocale/angular-locale_es-ec.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"a. m.",
"p. m."
],
"DAY": [
"domingo",
... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ig-ng.js | src/ngLocale/angular-locale_ig-ng.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-gg.js | src/ngLocale/angular-locale_en-gg.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_de-at.js | src/ngLocale/angular-locale_de-at.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_lv-lv.js | src/ngLocale/angular-locale_lv-lv.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_seh.js | src/ngLocale/angular-locale_seh.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-bb.js | src/ngLocale/angular-locale_en-bb.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ckb-ir.js | src/ngLocale/angular-locale_ckb-ir.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_vo-001.js | src/ngLocale/angular-locale_vo-001.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_zh-hans-hk.js | src/ngLocale/angular-locale_zh-hans-hk.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u4e0a\u5348",
"\u4e0b\u5348"
],
"DAY": [
"... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ckb-arab.js | src/ngLocale/angular-locale_ckb-arab.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ksb-tz.js | src/ngLocale/angular-locale_ksb-tz.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ckb-arab-iq.js | src/ngLocale/angular-locale_ckb-arab-iq.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ca.js | src/ngLocale/angular-locale_ca.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_pa.js | src/ngLocale/angular-locale_pa.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u0a2a\u0a42.\u0a26\u0a41.",
"\u0a2c\u0a3e.\u0a26\u0a41."... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ar-sd.js | src/ngLocale/angular-locale_ar-sd.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u0635",
"\u0645"
],
"DAY": [
"\u0627\u0644... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_shi-latn-ma.js | src/ngLocale/angular-locale_shi-latn-ma.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_pt-pt.js | src/ngLocale/angular-locale_pt-pt.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"da manh\u00e3",
"da tarde"
],
"DAY": [
"dom... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_is-is.js | src/ngLocale/angular-locale_is-is.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_fr-fr.js | src/ngLocale/angular-locale_fr-fr.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"dimanche",
"lu... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-vu.js | src/ngLocale/angular-locale_en-vu.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ses-ml.js | src/ngLocale/angular-locale_ses-ml.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_br.js | src/ngLocale/angular-locale_br.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"A.M.",
"G.M."
],
"DAY": [
"Sul",
"Lun... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_khq.js | src/ngLocale/angular-locale_khq.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ar-mr.js | src/ngLocale/angular-locale_ar-mr.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u0635",
"\u0645"
],
"DAY": [
"\u0627\u0644... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_sv-ax.js | src/ngLocale/angular-locale_sv-ax.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_ii-cn.js | src/ngLocale/angular-locale_ii-cn.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_sr-cyrl-me.js | src/ngLocale/angular-locale_sr-cyrl-me.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_nnh.js | src/ngLocale/angular-locale_nnh.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-sd.js | src/ngLocale/angular-locale_en-sd.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_vun-tz.js | src/ngLocale/angular-locale_vun-tz.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_fr-nc.js | src/ngLocale/angular-locale_fr-nc.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"dimanche",
"lu... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-001.js | src/ngLocale/angular-locale_en-001.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_nb-sj.js | src/ngLocale/angular-locale_nb-sj.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"a.m.",
"p.m."
],
"DAY": [
"s\u00f8ndag",
... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_saq-ke.js | src/ngLocale/angular-locale_saq-ke.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_kln-ke.js | src/ngLocale/angular-locale_kln-ke.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_en-nr.js | src/ngLocale/angular-locale_en-nr.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_gl-es.js | src/ngLocale/angular-locale_gl-es.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_kk-kz.js | src/ngLocale/angular-locale_kk-kz.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"\u0436\u0435\u043a\u... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_et-ee.js | src/ngLocale/angular-locale_et-ee.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
angular/angular.js | https://github.com/angular/angular.js/blob/d8f77817eb5c98dec5317bc3756d1ea1812bcfbe/src/ngLocale/angular-locale_mas.js | src/ngLocale/angular-locale_mas.js | 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | javascript | MIT | d8f77817eb5c98dec5317bc3756d1ea1812bcfbe | 2026-01-04T14:56:54.449246Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.