seaneagan / intlx

experimental internationalization APIs for Dart
BSD 2-Clause "Simplified" License
8 stars 3 forks source link

Runtime locale data loading #6

Open seaneagan opened 11 years ago

seaneagan commented 11 years ago

Each ***Format class could have something like the following method:

static Future loadLocale([String locale]);

seaneagan commented 11 years ago

For PluralFormat (and thus DurationFormat and AgeFormat), this is blocked on http://dartbug.com/3940.

seaneagan commented 11 years ago

These should go in each of the ***_locale_data.dart libraries