Allow language mapping for Google Play resources #1149
Labels
dontclose
Prevents the stale bot from closing this issue/pr
enhancement
Indicates new feature requests
Problem description
Because of the above, we have to manually maintain the languages for all components (website has 4, play store listing 3, and the app itself 1). That's a bit of a pain.
Potential solutions/workarounds
Allow to provide a language mapping, or have such mapping built in. For example:
bn
(may be used both in Bangladesh & India). Gradle play publisher takes this content and provides it to Google with the codebn_BD
.pt
(again, without region). Gradle play publisher takes this and provides it to Google both with the codespt_PT
andpt_BR
lt_LT
, Grade play publisher takes this and provides it aslt
to Googlero_RO
andro_BG
exist, and Google expectsro
, then the user must indicate which resource is used to provided asro
or an error will be returned. (Bad example, just to show the point. Not sure if needed, given it's probably an unlikely scenario)eo
)Additional context
I realise that this would be Triple-T covering for Googles weird stuff. But it would be dam handy :-)
The text was updated successfully, but these errors were encountered: