Remove use_name_for_id from ios_strings.grd to unblock translation process.
grd files that are sent off for translation cannot contain the use_name_for_id attribute as described in the bug. This removes use_name_for_id from ios_strings.grd to fix the extract strings step. This will need to be fixed for real as a follow-up, either by making IDS_IOS_ACCEPT_LANGUAGES and IDS_IOS_DEFAULT_ENCODING regular translatable strings, or by moving them into a separate file as is done with all the locale_settings_<platform>.grd files. BUG=531718 TBR=sdefresne@chromium.org Review URL: https://codereview.chromium.org/1341533006 Cr-Commit-Position: refs/heads/master@{#348764}
Showing
Please register or sign in to comment