Skip to content

Commit

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

0 comments on commit 418b8c8

Please sign in to comment.