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

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

Issue 20072002: Allow Intl.plural/gender as the top-level, omitting the Intl.message wrapper and the first layer of… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changes from review Created 7 years, 5 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/part_of_sample_with_messages.dart
diff --git a/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart b/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
index ae529fe4ac8b13f37fcc0861856837db1cc480ab..2d368628522e0b9f6820d591b99d058acb439f67 100644
--- a/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
+++ b/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
@@ -50,8 +50,7 @@ class YouveGotMessages {
);
}
- // English doesn't do enough with genders, and pseudo-localization doesn't
- // do anything with them, so this example is French.
+ // English doesn't do enough with genders, so this example is French.
nested(List people, String place) {
var names = people.map((x) => x.name).join(", ");
var number = people.length;

Powered by Google App Engine
This is Rietveld 408576698