UNPKG
templural
Version:
beta (1.0.0-beta.5)
latest (1.0.0)
1.0.0
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
Template function for plural-sensitive formatting
templural
/
dist
/
cjs
/
locales.js
10 lines
•
299 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
defaultLocalesOptions
=
void
0
;
exports
.
defaultLocalesOptions
= {
fr
: {
categoryFallback
: {
many
:
'other'
},
categoryOrder
: [
'one'
,
'other'
,
'many'
], } };
//# sourceMappingURL=locales.js.map