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

Issue 20072002: Allow Intl.plural/gender as the top-level, omitting the Intl.message wrapper and the first layer of… (Closed)

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

Description

Allow Intl.plural/gender as the top-level, omitting the Intl.message wrapper and the first layer of interpolation. R=efortuna@google.com Committed: https://code.google.com/p/dart/source/detail?r=25435

Patch Set 1 #

Total comments: 6

Patch Set 2 : Changes from review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -39 lines) Patch
M pkg/intl/lib/extract_messages.dart View 1 5 chunks +102 lines, -31 lines 0 comments Download
M pkg/intl/lib/intl.dart View 2 chunks +27 lines, -2 lines 0 comments Download
M pkg/intl/lib/src/intl_message.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/intl/test/message_extraction/make_hardcoded_translation.dart View 2 chunks +38 lines, -2 lines 0 comments Download
M pkg/intl/test/message_extraction/message_extraction_test.dart View 3 chunks +15 lines, -0 lines 0 comments Download
M pkg/intl/test/message_extraction/part_of_sample_with_messages.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/intl/test/message_extraction/sample_with_messages.dart View 2 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Alan Knight
This lets you omit the outermost message send and the first layer of string interpolation, ...
7 years, 5 months ago (2013-07-23 23:24:29 UTC) #1
Emily Fortuna
looks good. minor stuff. https://codereview.chromium.org/20072002/diff/1/pkg/intl/lib/extract_messages.dart File pkg/intl/lib/extract_messages.dart (right): https://codereview.chromium.org/20072002/diff/1/pkg/intl/lib/extract_messages.dart#newcode187 pkg/intl/lib/extract_messages.dart:187: * the [IntlMessage] object from ...
7 years, 5 months ago (2013-07-24 18:35:51 UTC) #2
Alan Knight
PTAL https://codereview.chromium.org/20072002/diff/1/pkg/intl/lib/extract_messages.dart File pkg/intl/lib/extract_messages.dart (right): https://codereview.chromium.org/20072002/diff/1/pkg/intl/lib/extract_messages.dart#newcode187 pkg/intl/lib/extract_messages.dart:187: * the [IntlMessage] object from it and store ...
7 years, 5 months ago (2013-07-24 19:50:09 UTC) #3
Emily Fortuna
thanks! lgtm!
7 years, 5 months ago (2013-07-24 19:56:06 UTC) #4
Alan Knight
7 years, 5 months ago (2013-07-24 20:02:06 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r25435 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698