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

Issue 10907266: Find the system locale from the browser or OS (Closed)

Created:
8 years, 3 months ago by Alan Knight
Modified:
8 years, 3 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Find the system locale from the browser or OS Committed: https://code.google.com/p/dart/source/detail?r=12461

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -17 lines) Patch
M pkg/intl/intl.dart View 1 2 3 5 chunks +19 lines, -17 lines 0 comments Download
A pkg/intl/intl_browser.dart View 1 chunk +29 lines, -0 lines 0 comments Download
A pkg/intl/intl_standalone.dart View 1 1 chunk +116 lines, -0 lines 0 comments Download
A pkg/intl/test/find_default_locale_browser_test.dart View 1 chunk +27 lines, -0 lines 0 comments Download
A pkg/intl/test/find_default_locale_standalone_test.dart View 1 chunk +27 lines, -0 lines 0 comments Download
M pkg/pkg.status View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Alan Knight
8 years, 3 months ago (2012-09-17 21:04:40 UTC) #1
Emily Fortuna
looks good! Just a few questions. https://codereview.chromium.org/10907266/diff/1/pkg/intl/intl.dart File pkg/intl/intl.dart (right): https://codereview.chromium.org/10907266/diff/1/pkg/intl/intl.dart#newcode185 pkg/intl/intl.dart:185: static String systemLocale ...
8 years, 3 months ago (2012-09-17 21:26:38 UTC) #2
Alan Knight
PTAL https://codereview.chromium.org/10907266/diff/1/pkg/intl/intl.dart File pkg/intl/intl.dart (right): https://codereview.chromium.org/10907266/diff/1/pkg/intl/intl.dart#newcode185 pkg/intl/intl.dart:185: static String systemLocale = 'en_US'; On 2012/09/17 21:26:38, ...
8 years, 3 months ago (2012-09-17 22:16:18 UTC) #3
Emily Fortuna
8 years, 3 months ago (2012-09-17 22:17:41 UTC) #4
lgtm!

Powered by Google App Engine
This is Rietveld 408576698