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

Unified Diff: pkg/intl/CHANGELOG.md

Issue 720903003: Better error message for mismatched parameter names between message and translation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 | « no previous file | pkg/intl/lib/src/intl_message.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/CHANGELOG.md
diff --git a/pkg/intl/CHANGELOG.md b/pkg/intl/CHANGELOG.md
index b1ba3586f3d702f8bcca7de38fe21b0542743d0a..ca7920ea4c33b62053ba4e46aca62913ddad338b 100644
--- a/pkg/intl/CHANGELOG.md
+++ b/pkg/intl/CHANGELOG.md
@@ -3,6 +3,10 @@
is DateFormat.parseUtc, but the parseUTC variant is still retained
for backward-compatibility.
+ * Provide a better error message when generating translated versions
+ and the name of a variable substitution in the message doesn't
+ match the name in the translation.
+
## 0.11.9
* Fix bug with per-mille parsing (only divided by 100, not 1000)
« no previous file with comments | « no previous file | pkg/intl/lib/src/intl_message.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698