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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/intl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02c4d4acae2a7b62c52aa95cfdceac137ed3d7d8..67ced5a69e929b684d8d960e3a6497e0ae65abea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.12.2+1
+ * Adds a special locale name "fallback" in verifiedLocale. So if a translation
+ is provided for that locale and has been initialized, anything that doesn't
+ find a closer match will use that locale. This can be used instead of having
+ it default to the text in the original source messages.
+
## 0.12.1
* Adds a DateFormat.parseLoose that accepts mixed case and missing
delimiters when parsing dates. It also allows arbitrary amounts of
« 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