Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Unified Diff: pkg/intl/test/message_extraction/make_hardcoded_translation.dart

Issue 183763026: Allow a single translation to be from multiple differently-named sources (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Re-upload Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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?"],
« no previous file with comments | « pkg/intl/test/message_extraction/generate_from_json.dart ('k') | pkg/intl/test/message_extraction/sample_with_messages.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698