|
7 | 7 | "cats": "I have {numCats, number} cats. Almost {pctBlack, number, percent} of them are black.", |
8 | 8 | "sale": "Sale begins {start, date, medium}, at {time, time, short}. Everything is {price, number, USD}.", |
9 | 9 | "fruit": "{num, plural, =0 {no apples} =1 {one apple} other {# apples}}", |
10 | | - "bananas": "{name} ate {num, plural, =0 {no bananas} =1 {a banana} other {# bananas}} {gender, select, male {at his house.} female {at her house.} other {at their house.}}" |
| 10 | + "bananas": "{name} ate {num, plural, =0 {no bananas} =1 {a banana} other {# bananas}} {gender, select, male {at his house.} female {at her house.} other {at their house.}}", |
| 11 | + "missing_translation": "Hello world!" |
11 | 12 | }, |
12 | 13 | "fr": { |
13 | 14 | "header_1": "Traduction et localisation", |
|
18 | 19 | "sale": "La vente commence le {start, date, medium} à {time, time, short}. Tout est à {price, number, USD}.", |
19 | 20 | "fruit": "{num, plural, =0 {pas de pommes} =1 {une pomme} other {# pommes}}", |
20 | 21 | "bananas": "{name} {num, plural, =0 {ne} =1 {} other {}} mange {num, plural, =0 {pas de bananes} =1 {une banane} other {# bananes}} {gender, select, male {chez lui.} female {chez elle.} other {chez eux.}}" |
| 22 | + }, |
| 23 | + "en_US": { |
| 24 | + "missing_translation": "Default fallback language" |
21 | 25 | } |
22 | 26 | } |
0 commit comments