-
-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes languages management #1104
Comments
This issue has been automatically marked as stale because it has not had recent |
You'd have to implement this, but yeah probably. |
We used straightforward approach: we created default files for all available languages and created simple bash script which writes same release notes to each one. So we update all those files before assembling release build and that's it. I was curious if there is another way to achieve same result? |
Yeah, no better way unfortunately. This is a very reasonable request though so I'd accept a PR that supports a default language folder. The one thing that concerns me is how we upload all those languages to the Play API: do we need to hardcode a list of language codes? Ideally the Play API would support a default. |
Maybe I'm getting you wrong here but the default file should be located under a language-named directory for it to be handled to play correctly |
Yeah that's correct. I'm saying that if someone wants to open a PR to change that, I'm onboard. |
Our app currently is published in different regions but uses only English release notes. Is there any way to publish single release notes file for all languages?
The text was updated successfully, but these errors were encountered: