@@ -4,15 +4,17 @@ test_data:
4
4
"string_pos" = "Pos String %1$@ here.";
5
5
"string_int_pos" = "String %1$@ and Int %2$d";
6
6
"string_int_pos_inv" = "Int %2$d before String %1$@";
7
- "many_placeholders_mix_pos" = "String %2$@, Float %4$f, Int %1$d, Long %5$li, Precise %3$.3lf";
7
+ "many_placeholders_mix_pos" = "String %2$@, Float %4$f,\n Int %1$d, \
8
+ Long %5$li, Precise %3$.3lf";
8
9
"extra_string_not_translated" = "This string might not have a translation yet in %1$d of our locales.";
9
10
"repeated_placeholder" = "String %1$@, yes, I repeat, that's %1$@ indeed, told you %2$d times.";
10
11
fr : |
11
12
"string_no_pos" = "String %@ here.";
12
13
"string_pos" = "Pos String %1$@ here.";
13
14
"string_int_pos" = "String %1$@ and Int %2$d";
14
15
"string_int_pos_inv" = "Int %2$d before String %1$@";
15
- "many_placeholders_mix_pos" = "String %2$@, Float %4$f, Int %1$d, Long %5$li, Precise %3$.3lf";
16
+ "many_placeholders_mix_pos" = "String %2$@, Float %4$f,\
17
+ Int %1$d, \n Long %5$li, Precise %3$.3lf";
16
18
"repeated_placeholder" = "String %1$@, yes, that's it indeed, won't tell you %2$d times.";
17
19
it : |
18
20
"string_no_pos" = "String %@ here.";
0 commit comments