mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 16:14:40 +00:00
The Crowdin action now downloads the commons module's Compose-resource translations too, but the create-pull-request step's add-paths still only covered amethyst/ and docs/. New untracked commons files created by the Crowdin action (run as root in its container) were therefore left out of the commit and shelved by git stash --include-untracked, which failed with 'Permission denied' when trying to remove the root-owned files. Add commons/src/commonMain/composeResources/**/strings.xml to add-paths so those translations are committed into the PR instead of being stashed.