Test to see if translation really wants to be in the same folder as source

This commit is contained in:
Vankka 2023-07-19 21:02:21 +03:00
parent 2518bfc971
commit 21fbf5f086
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0
2 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,6 @@ jobs:
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
source: "i18n/build/source.yaml"
translation: "/i18n/src/main/resources/translations/%three_letters_code%.%file_extension%"
translation: "/i18n/build/%three_letters_code%.%file_extension%"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -32,6 +32,6 @@ jobs:
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
source: "i18n/build/source.yaml"
translation: "/i18n/src/main/resources/translations/%three_letters_code%.%file_extension%"
translation: "/i18n/build/%three_letters_code%.%file_extension%"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}