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

Side by Side Diff: CHANGELOG.md

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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/icu_parser.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.12.4
2 * Handle spaces in ARB files where we didn't handle them before, and
3 where Google translation toolkit is now putting them.
4
1 ## 0.12.3 5 ## 0.12.3
2 6
3 * Use latest version of 'analyzer' and 'args' packages. 7 * Use latest version of 'analyzer' and 'args' packages.
4 8
5 ## 0.12.2+1 9 ## 0.12.2+1
6 * Adds a special locale name "fallback" in verifiedLocale. So if a translation 10 * Adds a special locale name "fallback" in verifiedLocale. So if a translation
7 is provided for that locale and has been initialized, anything that doesn't 11 is provided for that locale and has been initialized, anything that doesn't
8 find a closer match will use that locale. This can be used instead of having 12 find a closer match will use that locale. This can be used instead of having
9 it default to the text in the original source messages. 13 it default to the text in the original source messages.
10 14
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 canonicalizing. Previously anything of length > 6 was left completely alone. 142 canonicalizing. Previously anything of length > 6 was left completely alone.
139 143
140 ## 0.9.8 144 ## 0.9.8
141 145
142 * Add a "meaning" optional parameter for Intl.message to distinguish between 146 * Add a "meaning" optional parameter for Intl.message to distinguish between
143 two messages with identical text. 147 two messages with identical text.
144 148
145 * Handle two different messages with the same text. 149 * Handle two different messages with the same text.
146 150
147 * Allow complex string literals in arguments (e.g. multi-line) 151 * Allow complex string literals in arguments (e.g. multi-line)
OLDNEW
« no previous file with comments | « no previous file | lib/src/icu_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698