1- <resources >
2- <string name =" app_name" >TolgeeView</string >
3- <string name =" description" >Basic Text</string >
4- <string name =" percentage_placeholder" >Parameterized Text</string >
5-
6- <plurals name =" plr_test" >
7- <item quantity =" one" >Plural 1</item >
8- <item quantity =" other" >Plural Other</item >
9- </plurals >
10- <plurals name =" plr_test_placeholder" >
11- <item quantity =" one" >%2$s: %1$d test ok</item >
12- <item quantity =" other" >%2$s: %1$d tests ok</item >
13- </plurals >
14- <plurals name =" plr_test_placeholder_2" >
15- <item quantity =" one" >%3$s: %1$d test out of %2$d ok</item >
16- <item quantity =" other" >%3$s: %1$d tests out of %2$d ok</item >
17- </plurals >
18-
19- <string-array name =" array_test" >
20- <item >First</item >
21- <item >Second</item >
22- <item >Third</item >
23- </string-array >
24- </resources >
1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2+ <resources xmlns : xliff =" urn:oasis:names:tc:xliff:document:1.2" >
3+ <string name =" app_name" >TolgeeView</string >
4+ <string-array name =" array_test" >
5+ <item >First</item >
6+ <item >Second</item >
7+ <item >Third</item >
8+ </string-array >
9+ <string name =" description" >Basic Text</string >
10+ <string name =" percentage_placeholder" >Parameterized Text %1$s</string >
11+ <plurals name =" plr_test" >
12+ <item quantity =" one" >Plural 1</item >
13+ <item quantity =" other" >Plural Other</item >
14+ </plurals >
15+ <plurals name =" plr_test_placeholder" >
16+ <item quantity =" one" >%2$s: %d test ok</item >
17+ <item quantity =" other" >%2$s: %d tests ok</item >
18+ </plurals >
19+ <plurals name =" plr_test_placeholder_2" >
20+ <item quantity =" one" >%3$s: %d test out of %2$d ok</item >
21+ <item quantity =" other" >%3$s: %d tests out of %2$d ok</item >
22+ </plurals >
23+ </resources >
0 commit comments