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

Side by Side Diff: pkg/intl/CHANGELOG.md

Issue 771253002: Add a flag to prohibit plurals/genders that don't take up the whole string. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes Created 6 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/intl/bin/extract_to_arb.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.11.11
2 * Add a -no-embedded-plurals flag to reject plurals and genders that
3 have either leading or trailing text around them. This follows the
4 ICU recommendation that a plural or gender should contain the
5 entire phrase/sentence, not just part of it.
6
1 ## 0.11.10 7 ## 0.11.10
2 * Fix some style glitches with naming. The only publicly visible one 8 * Fix some style glitches with naming. The only publicly visible one
3 is DateFormat.parseUtc, but the parseUTC variant is still retained 9 is DateFormat.parseUtc, but the parseUTC variant is still retained
4 for backward-compatibility. 10 for backward-compatibility.
5 11
6 * Provide a better error message when generating translated versions 12 * Provide a better error message when generating translated versions
7 and the name of a variable substitution in the message doesn't 13 and the name of a variable substitution in the message doesn't
8 match the name in the translation. 14 match the name in the translation.
9 15
10 ## 0.11.9 16 ## 0.11.9
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 canonicalizing. Previously anything of length > 6 was left completely alone. 92 canonicalizing. Previously anything of length > 6 was left completely alone.
87 93
88 ## 0.9.8 94 ## 0.9.8
89 95
90 * Add a "meaning" optional parameter for Intl.message to distinguish between 96 * Add a "meaning" optional parameter for Intl.message to distinguish between
91 two messages with identical text. 97 two messages with identical text.
92 98
93 * Handle two different messages with the same text. 99 * Handle two different messages with the same text.
94 100
95 * Allow complex string literals in arguments (e.g. multi-line) 101 * Allow complex string literals in arguments (e.g. multi-line)
OLDNEW
« no previous file with comments | « no previous file | pkg/intl/bin/extract_to_arb.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698