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

Side by Side Diff: CHANGELOG.md

Issue 1085053002: Adds 'fallback' as a universal fallback locale for messages' (Closed) Base URL: https://github.com/dart-lang/intl.git@master
Patch Set: Created 5 years, 8 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/intl.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.2+1
2 * Adds a special locale name "fallback" in verifiedLocale. So if a translation
3 is provided for that locale and has been initialized, anything that doesn't
4 find a closer match will use that locale. This can be used instead of having
5 it default to the text in the original source messages.
6
1 ## 0.12.1 7 ## 0.12.1
2 * Adds a DateFormat.parseLoose that accepts mixed case and missing 8 * Adds a DateFormat.parseLoose that accepts mixed case and missing
3 delimiters when parsing dates. It also allows arbitrary amounts of 9 delimiters when parsing dates. It also allows arbitrary amounts of
4 whitespace anywhere that whitespace is expected. So, for example, 10 whitespace anywhere that whitespace is expected. So, for example,
5 in en-US locale a yMMMd format would accept "SEP 3 2014", even 11 in en-US locale a yMMMd format would accept "SEP 3 2014", even
6 though it would generate "Sep 3, 2014". This is fairly limited, and 12 though it would generate "Sep 3, 2014". This is fairly limited, and
7 its reliability in other locales is not known. 13 its reliability in other locales is not known.
8 14
9 ## 0.12.0+3 15 ## 0.12.0+3
10 * Update pubspec dependencies to allow analyzer version 23. 16 * Update pubspec dependencies to allow analyzer version 23.
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 canonicalizing. Previously anything of length > 6 was left completely alone. 134 canonicalizing. Previously anything of length > 6 was left completely alone.
129 135
130 ## 0.9.8 136 ## 0.9.8
131 137
132 * Add a "meaning" optional parameter for Intl.message to distinguish between 138 * Add a "meaning" optional parameter for Intl.message to distinguish between
133 two messages with identical text. 139 two messages with identical text.
134 140
135 * Handle two different messages with the same text. 141 * Handle two different messages with the same text.
136 142
137 * Allow complex string literals in arguments (e.g. multi-line) 143 * Allow complex string literals in arguments (e.g. multi-line)
OLDNEW
« no previous file with comments | « no previous file | lib/intl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698