Description[Android] Generate localized strings.xml files at build time.
This generates localized strings.xml files (e.g.
values-fr/strings.xml) from grd and xtb files at build time. This
means we no longer need to check in localized strings.xml files. Note:
the xtb files are empty until translations are available.
Benefits:
- 41 fewer extraneous results when grepping Java string IDs
- Switching from maintaining strings in strings.xml over to using a
grd file is One Trivial CL* away: just include English in the list
of languages for which we generate strings.xml files.
*Restrictions may apply
BUG=167248
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176134
Patch Set 1 #
Total comments: 3
Patch Set 2 : add java_strings_grd variable to specify name of grd file #
Total comments: 2
Patch Set 3 : moved conditions clause #Patch Set 4 : localize strings for apks too #
Total comments: 5
Patch Set 5 : rebase #Patch Set 6 : rebase #Patch Set 7 : rebase onto https://codereview.chromium.org/11829009/ #Patch Set 8 : rebase onto origin/master #
Messages
Total messages: 16 (0 generated)
|