Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We were having issues with locales from Transifex and Google Play or the Apple App Store:
es
ores-ES
for examplept-rBR
needed to becomept-BR
(transifex doesn't let us have different locale mappings for different files)So, to address this, I created a new root
metadata
folder that will sync with Transifex. And inside thefastlane/metadata
folder we only have symbolic links to the locales we want in the stores. It works both ways. Screenshots taken by fastlane end up in the rootmetadata
folder too.Not sure if this solves the default changelogs upload. If not, I'll need to create symbolic links for the default changelogs file for each locale 😢.