Hello all,
I want to change the missing permission message in Chromium for Android, labelled "IDS_INFOBAR_MISSING_MICROPHONE_CAMERA_PERMISSIONS_TEXT".
I change this translation in "chrome/browser/ui/android/strings/android_chrome_strings.grd".
When I build the Chromium APK and test, I noticed this change break the translations for all language :
if I change my phone locale to Spanish I got the "en-US" default translation of IDS_INFOBAR_MISSING_MICROPHONE_CAMERA_PERMISSIONS_TEXT instead of the Spanish one contained in xtb file.
I see in Chromium documentation that android_chrome_strings.grd is a template used to generate a SHA1 id for other language translations.
How this problem could be fix ?
Thanks,