Skip to content
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

Translations layout does not match Google Play #18

Open
keerthik opened this issue Jan 20, 2023 · 0 comments
Open

Translations layout does not match Google Play #18

keerthik opened this issue Jan 20, 2023 · 0 comments

Comments

@keerthik
Copy link

In Google Play metadata for fastlane, localized metadata is in the folder structure

├── fastlane
│   ├── metadata_play
│   │   ├── <language>
│   │   │   ├── description.txt
│   │   │   ├── ...
│   │   |   └── <version>.txt  <--- this is the changelog file for <language>

This is standardized to be recognized by translation software such as weblate. The format used by this plugin of a flat "changelogs" folder with all the languages as .txt is not recognized by various tools and requires an additional transform to work.

For my usage I have had to create shell scripts to alternate the file structure between the two (the suggested in this project's README and the one that is compliant with google play and our translation tools). Is there any reason we can't use this same file structure for amazon metadata (but metadata_amazon for example)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant