Skip to content

Commit

Permalink
Restore en-rGB locale for in-app strings.xml
Browse files Browse the repository at this point in the history
This locale was erroneously completely removed from the constant in #17341, while in practice we wanted to only remove the `{glotpress: 'en-gb' => google_play: 'en-US' }` mapping from the locales used for Release Notes, but still needed to keep the `{ glotpress: 'en-gb' => android: 'en-rGB' }` mapping for `strings.xml` files.
  • Loading branch information
AliSoftware committed Oct 20, 2022
1 parent 582f253 commit 0ece140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/lanes/localization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
{ glotpress: 'el', android: 'el', promo_config: false },
{ glotpress: 'en-au', android: 'en-rAU', promo_config: false },
{ glotpress: 'en-ca', android: 'en-rCA', promo_config: false },
{ glotpress: 'en-gb', android: 'en-rGB', promo_config: false },
{ glotpress: 'es-cl', android: 'es-rCL', promo_config: false },
{ glotpress: 'es-co', android: 'es-rCO', promo_config: false },
{ glotpress: 'es-mx', android: 'es-rMX', promo_config: false },
Expand Down

0 comments on commit 0ece140

Please sign in to comment.