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_rn-bi.js | src/ngLocale/angular-locale_rn-bi.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_ta-sg.js | src/ngLocale/angular-locale_ta-sg.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": [
"\u0bae\u0bc1\u0bb1\u0bcd\u0baa\u0b95\u0bb2\u0bcd",
"\u0ba... | 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_lu.js | src/ngLocale/angular-locale_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_pl-pl.js | src/ngLocale/angular-locale_pl-pl.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_mo.js | src/ngLocale/angular-locale_mo.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_ne-in.js | src/ngLocale/angular-locale_ne-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"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u092a\u0942\u0930\u094d\u0935\u093e\u0939\u094d\u0928",
... | 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_os-ge.js | src/ngLocale/angular-locale_os-ge.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_ml.js | src/ngLocale/angular-locale_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": [
"\u0d1e\u0d3e\u0d2f\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_en-mo.js | src/ngLocale/angular-locale_en-mo.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-hant-hk.js | src/ngLocale/angular-locale_zh-hant-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_sbp-tz.js | src/ngLocale/angular-locale_sbp-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_mt-mt.js | src/ngLocale/angular-locale_mt-mt.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": [
"Il-\u0126add",
... | 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_bo-cn.js | src/ngLocale/angular-locale_bo-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_yav-cm.js | src/ngLocale/angular-locale_yav-cm.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-ic.js | src/ngLocale/angular-locale_es-ic.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_de-li.js | src/ngLocale/angular-locale_de-li.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_in.js | src/ngLocale/angular-locale_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"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"Minggu",
"Seni... | 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-gi.js | src/ngLocale/angular-locale_en-gi.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_haw-us.js | src/ngLocale/angular-locale_haw-us.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": [
"L\u0101pule",
... | 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_jmc.js | src/ngLocale/angular-locale_jmc.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-bz.js | src/ngLocale/angular-locale_es-bz.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_bem.js | src/ngLocale/angular-locale_bem.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.js | src/ngLocale/angular-locale_sr.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_tk.js | src/ngLocale/angular-locale_tk.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_kab.js | src/ngLocale/angular-locale_kab.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-ao.js | src/ngLocale/angular-locale_ln-ao.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_uk.js | src/ngLocale/angular-locale_uk.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_so-dj.js | src/ngLocale/angular-locale_so-dj.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-be.js | src/ngLocale/angular-locale_de-be.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_hy.js | src/ngLocale/angular-locale_hy.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": [
"\u056f\u056b\u0580\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_as-in.js | src/ngLocale/angular-locale_as-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_dyo-sn.js | src/ngLocale/angular-locale_dyo-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_he-il.js | src/ngLocale/angular-locale_he-il.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-ni.js | src/ngLocale/angular-locale_es-ni.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_hsb-de.js | src/ngLocale/angular-locale_hsb-de.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_mg.js | src/ngLocale/angular-locale_mg.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_sn-zw.js | src/ngLocale/angular-locale_sn-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_ee-tg.js | src/ngLocale/angular-locale_ee-tg.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-ne.js | src/ngLocale/angular-locale_ha-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"};
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-150.js | src/ngLocale/angular-locale_en-150.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-nl.js | src/ngLocale/angular-locale_en-nl.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_my.js | src/ngLocale/angular-locale_my.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": [
"\u1014\u1036\u1014\u1000\u103a",
"\u100a\u1014\u1031"
... | 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_ru.js | src/ngLocale/angular-locale_ru.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-mq.js | src/ngLocale/angular-locale_fr-mq.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-pg.js | src/ngLocale/angular-locale_en-pg.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-tz.js | src/ngLocale/angular-locale_mas-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_km.js | src/ngLocale/angular-locale_km.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": [
"\u17a2\u17b6\u1791\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_nl-cw.js | src/ngLocale/angular-locale_nl-cw.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_bo-in.js | src/ngLocale/angular-locale_bo-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_en-si.js | src/ngLocale/angular-locale_en-si.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_yo.js | src/ngLocale/angular-locale_yo.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_rw.js | src/ngLocale/angular-locale_rw.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_it-sm.js | src/ngLocale/angular-locale_it-sm.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_vi-vn.js | src/ngLocale/angular-locale_vi-vn.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": [
"SA",
"CH"
],
"DAY": [
"Ch\u1ee7 Nh\u1eadt",... | 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_ak.js | src/ngLocale/angular-locale_ak.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_lb.js | src/ngLocale/angular-locale_lb.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_lkt-us.js | src/ngLocale/angular-locale_lkt-us.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.js | src/ngLocale/angular-locale_lrc.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-sg.js | src/ngLocale/angular-locale_zh-hans-sg.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_zgh.js | src/ngLocale/angular-locale_zgh.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-fm.js | src/ngLocale/angular-locale_en-fm.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_tzm-ma.js | src/ngLocale/angular-locale_tzm-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_wae.js | src/ngLocale/angular-locale_wae.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_smn.js | src/ngLocale/angular-locale_smn.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.js | src/ngLocale/angular-locale_gl.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-fr.js | src/ngLocale/angular-locale_br-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": [
"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_km-kh.js | src/ngLocale/angular-locale_km-kh.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": [
"\u17a2\u17b6\u1791\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_so-so.js | src/ngLocale/angular-locale_so-so.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_uz-arab-af.js | src/ngLocale/angular-locale_uz-arab-af.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": [
"\u06cc\u06a9\u0634\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_qu-pe.js | src/ngLocale/angular-locale_qu-pe.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_teo.js | src/ngLocale/angular-locale_teo.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_fi-fi.js | src/ngLocale/angular-locale_fi-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-sx.js | src/ngLocale/angular-locale_en-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_es-pr.js | src/ngLocale/angular-locale_es-pr.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_fa-af.js | src/ngLocale/angular-locale_fa-af.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": [
"\u0642\u0628\u0644\u200c\u0627\u0632\u0638\u0647\u0631",
... | 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_sw-tz.js | src/ngLocale/angular-locale_sw-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-pf.js | src/ngLocale/angular-locale_fr-pf.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_kn.js | src/ngLocale/angular-locale_kn.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": [
"\u0caa\u0cc2\u0cb0\u0ccd\u0cb5\u0cbe\u0cb9\u0ccd\u0ca8",
... | 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-001.js | src/ngLocale/angular-locale_ar-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"};
$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_sn.js | src/ngLocale/angular-locale_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_uk-ua.js | src/ngLocale/angular-locale_uk-ua.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_ru-kz.js | src/ngLocale/angular-locale_ru-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"};
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_mn.js | src/ngLocale/angular-locale_mn.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": [
"\u04af.\u04e9",
"\u04af.\u0445"
],
"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_luo.js | src/ngLocale/angular-locale_luo.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-dj.js | src/ngLocale/angular-locale_ar-dj.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_asa.js | src/ngLocale/angular-locale_asa.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-ir.js | src/ngLocale/angular-locale_ckb-arab-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_ja-jp.js | src/ngLocale/angular-locale_ja-jp.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": [
"\u5348\u524d",
"\u5348\u5f8c"
],
"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-gt.js | src/ngLocale/angular-locale_es-gt.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_rof-tz.js | src/ngLocale/angular-locale_rof-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_sr-latn-rs.js | src/ngLocale/angular-locale_sr-latn-rs.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_fy.js | src/ngLocale/angular-locale_fy.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.js | src/ngLocale/angular-locale_ses.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_tk-tm.js | src/ngLocale/angular-locale_tk-tm.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_fil.js | src/ngLocale/angular-locale_fil.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-be.js | src/ngLocale/angular-locale_en-be.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_to-to.js | src/ngLocale/angular-locale_to-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_uz-cyrl.js | src/ngLocale/angular-locale_uz-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"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u0422\u041e",
"\u0422\u041a"
],
"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_ug-cn.js | src/ngLocale/angular-locale_ug-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_fr-bi.js | src/ngLocale/angular-locale_fr-bi.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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.