Skip to content

Commit 0ece140

Browse files
committed
Restore en-rGB locale for in-app strings.xml
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.
1 parent 582f253 commit 0ece140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/lanes/localization.rb

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
{ glotpress: 'el', android: 'el', promo_config: false },
4040
{ glotpress: 'en-au', android: 'en-rAU', promo_config: false },
4141
{ glotpress: 'en-ca', android: 'en-rCA', promo_config: false },
42+
{ glotpress: 'en-gb', android: 'en-rGB', promo_config: false },
4243
{ glotpress: 'es-cl', android: 'es-rCL', promo_config: false },
4344
{ glotpress: 'es-co', android: 'es-rCO', promo_config: false },
4445
{ glotpress: 'es-mx', android: 'es-rMX', promo_config: false },

0 commit comments

Comments
 (0)