Skip to content

Commit

Permalink
Add explicit path
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Dec 7, 2022
1 parent 418b8c8 commit db3d024
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python -m pip install .[docs]
- name: Make Docs
working-directory: ./docs
run: |
make gettext
Expand Down
8 changes: 4 additions & 4 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
files: [
{
"source" : "docs/gettext/*.pot",
"translation" : "docs/locale/%locale_with_underscore%/LC_MESSAGES/%file_name%.po",
"source" : "/openskill/docs/_build/gettext/*.pot",
"translation" : "/openskill/docs/locale/%locale_with_underscore%/LC_MESSAGES/%file_name%.po",
"target" : "/%original_file_name%"
},
{
"source" : "docs/gettext/**/*.pot",
"translation" : "docs/locale/%locale_with_underscore%/LC_MESSAGES/**/%file_name%.po",
"source" : "/openskill/docs/_build/gettext/**/*.pot",
"translation" : "/openskill/docs/locale/%locale_with_underscore%/LC_MESSAGES/**/%file_name%.po",
"target" : "/**/%original_file_name%"
},
]

0 comments on commit db3d024

Please sign in to comment.