| Index: pkg/intl/test/message_extraction/make_hardcoded_translation.dart
|
| diff --git a/pkg/intl/test/message_extraction/make_hardcoded_translation.dart b/pkg/intl/test/message_extraction/make_hardcoded_translation.dart
|
| index 543ed6c0fe59e7fd8852f7537a932b28728528c8..47df2cee4f0e1bd03018b3ead59f24f87802fa0e 100644
|
| --- a/pkg/intl/test/message_extraction/make_hardcoded_translation.dart
|
| +++ b/pkg/intl/test/message_extraction/make_hardcoded_translation.dart
|
| @@ -53,6 +53,8 @@ var french = {
|
| "thisNameIsNotInTheOriginal" : "Could this lead to something malicious?",
|
| "originalNotInBMP" : "Anciens caractères grecs jeux du pendu: 𐅆𐅇.",
|
| "escapable" : "Escapes: \n\r\f\b\t\v.",
|
| + "sameContentsDifferentName" : "Bonjour tout le monde",
|
| + "differentNameSameContents" : "Bonjour tout le monde",
|
| "plurals" : writer.write(new Plural.from("num",
|
| [
|
| ["zero", "Est-ce que nulle est pluriel?"],
|
| @@ -143,6 +145,8 @@ var german = {
|
| "staticMessage" : "Dies ergibt sich aus einer statischen Methode",
|
| "originalNotInBMP" : "Antike griechische Galgenmännchen Zeichen: 𐅆𐅇",
|
| "escapable" : "Escapes: \n\r\f\b\t\v.",
|
| + "sameContentsDifferentName" : "Hallo Welt",
|
| + "differentNameSameContents" : "Hallo Welt",
|
| "plurals" : writer.write(new Plural.from("num",
|
| [
|
| ["zero", "Ist Null Plural?"],
|
|
|