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

Unified Diff: test/message_extraction/make_hardcoded_translation.dart

Issue 1151133002: Allow spaces between the identifier and the translation when parsing ARB files (Closed) Base URL: https://github.com/dart-lang/intl.git@master
Patch Set: Make it 0.12.4 Created 5 years, 7 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
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message_extraction/make_hardcoded_translation.dart
diff --git a/test/message_extraction/make_hardcoded_translation.dart b/test/message_extraction/make_hardcoded_translation.dart
index af7d64d38ca8863fa2b7a00d5d176f2e34841fcb..4143fe8a7a268c45f58ed5fee7ac4396fb57a883 100644
--- a/test/message_extraction/make_hardcoded_translation.dart
+++ b/test/message_extraction/make_hardcoded_translation.dart
@@ -62,7 +62,7 @@ var french = {
"}"
"}",
"outerPlural": "{n,plural, =0{rien}=1{un}other{quelques-uns}}",
- "outerGender": "{g,select, male{homme}female{femme}other{autre}}",
+ "outerGender": "{g,select, male {homme} female {femme} other {autre}}",
"pluralThatFailsParsing": "{noOfThings,plural, "
"=1{1 chose:}other{{noOfThings} choses:}}",
"nestedOuter": "{number,plural, other{"
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698