mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-28 05:00:25 -07:00
16 lines
290 B
JSON
16 lines
290 B
JSON
{
|
|
"$language": "English (US) i18n example",
|
|
// plural
|
|
"0-apples": {
|
|
"single": "{0} apple",
|
|
"multiple": "{0} apples"
|
|
},
|
|
// order
|
|
"0th-apple": {
|
|
"nth": "{0} apple"
|
|
},
|
|
// a or an
|
|
"there-is-a-0": {
|
|
"an": "There is {0}"
|
|
}
|
|
} |