Skip to content

Commit 2452691

Browse files
committed
disable ALLOW_EN_US_METADATA_TO_DIFFER_FROM_DEFAULT_LOCALE
We initially added this flag so we could have different copy for US if needed while keeping the default different for other languages, since we’re using the same metadata for all locales we can switch it back to be false for the time being.
1 parent 3d27eab commit 2452691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ GLOTPRESS_APP_STORE_METADATA_PROJECT_URL = 'https://translate.wordpress.com/proj
9494
# (i.e. you want the `en-US` metadata copies to be _different_ from the metadata copies used as base and fallback for the translation in other locales)
9595
# Set this to `false` otherwise, so that we prevent the accidental case of forgetting to update the `en-US` metadata copies when updating the `default`
9696
# copies during an ASO update, if it was not the intention for those to differ.
97-
ALLOW_EN_US_METADATA_TO_DIFFER_FROM_DEFAULT_LOCALE = true
97+
ALLOW_EN_US_METADATA_TO_DIFFER_FROM_DEFAULT_LOCALE = false
9898
# List of locales used for the app strings (GlotPress code => `*.lproj` folder name`)
9999
#
100100
# TODO: Replace with `LocaleHelper` once provided by release toolkit (https://github.com/wordpress-mobile/release-toolkit/pull/296)

0 commit comments

Comments
 (0)