Commit 17c302b
android: Ensure all localized strings for Norwegian are used.
A few third-party packages mistakenly provide their localized
strings for Norwegian with the incorrect 'no' locale tag (which
represents a macro language, not a real one), instead of 'nb',
the expected value.
As such, these strings were omitted from the build and missing
from APKs and bundles.
This fixes the issue by ensuring that 'no' strings are
recognized as 'nb' ones, if the package provides them.
This CL thus adds 'nb' strings for the following 13 string
resources in the Monochrome bundle:
hats_lib_close_button_description
hats_lib_default_prompt_title
hats_lib_default_star_rating_bar_description
hats_lib_default_thank_you
hats_lib_next
hats_lib_none_of_the_above
hats_lib_open_text_hint
hats_lib_open_text_no_pii
hats_lib_prompt_no_thanks
hats_lib_prompt_take_our_survey
hats_lib_submit
hats_lib_survey_page_number
hats_lib_thank_you_followup_message
+ Disable pylint warnings properly now that of presubmit
scripts have been fixed to parse the line-too-long
directives properly [1]
[1] https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1396094
BUG=920960
R=agrieve@chromium.org,benmason@chromium.org,estevenson@chromium.org,yfriedman@chromium.org
Change-Id: Ied74827c2e53c81f165b2fbcaec9f35d7e893290
Reviewed-on: https://chromium-review.googlesource.com/c/1437174
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: David Turner <digit@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#626341}(cherry picked from commit 1a5082d)
Reviewed-on: https://chromium-review.googlesource.com/c/1446191
Reviewed-by: David Turner <digit@chromium.org>
Cr-Commit-Position: refs/branch-heads/3683@{#64}
Cr-Branched-From: e510299-refs/heads/master@{#625896}1 parent de2e284 commit 17c302b
File tree
3 files changed
+14
-3
lines changed- build/android/gyp
- util
3 files changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
279 | 284 | | |
280 | 285 | | |
281 | 286 | | |
| |||
305 | 310 | | |
306 | 311 | | |
307 | 312 | | |
308 | | - | |
309 | | - | |
| 313 | + | |
| 314 | + | |
310 | 315 | | |
311 | 316 | | |
312 | 317 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
| 153 | + | |
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
| |||
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
| 184 | + | |
| 185 | + | |
181 | 186 | | |
182 | 187 | | |
183 | 188 | | |
| |||
0 commit comments