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

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

Issue 182443003: Add 'meaning' to Intl.messages (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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..d1b271d93c955a0852fdb1784500b0c4beeb9eac 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.",
+ "rentToBePaid" : "loyer",
+ "rentAsVerb" : "louer",
"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.",
+ "rentToBePaid" : "Miete",
+ "rentAsVerb" : "mieten",
"plurals" : writer.write(new Plural.from("num",
[
["zero", "Ist Null Plural?"],
« no previous file with comments | « pkg/intl/test/message_extraction/foo_messages_fr.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