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

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

Issue 132963002: Read Intl.message examples argument as a map, not a string (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks for the test framework Created 6 years, 11 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 657c53cd6585c1caa65d18ad6f0d4df44a2321a7..e9585647fd8f322c5d5decc0a6acf9ab1a2df0e0 100644
--- a/pkg/intl/test/message_extraction/make_hardcoded_translation.dart
+++ b/pkg/intl/test/message_extraction/make_hardcoded_translation.dart
@@ -225,7 +225,7 @@ void translate(List originals, String locale, Map translations) {
main(List<String> args) {
if (args.length == 0) {
- print('Usage: generate_hardcoded_translation [--output-dir=<dir>] '
+ print('Usage: make_hardcoded_translation [--output-dir=<dir>] '
'[originalFile.json]');
exit(0);
}

Powered by Google App Engine
This is Rietveld 408576698