Skip to content

Commit

Permalink
Update crowdin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Dec 7, 2022
1 parent 755012f commit 1da0039
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
files:
- source: docs/locale/en/LC_MESSAGES/**/*.po
translation: docs/locale/%two_letters_code%/**/%file_name%.po
files: [
{
"source" : "docs/gettext/*.po",
"translation" : "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",
"target" : "/**/%original_file_name%"
},
]

0 comments on commit 1da0039

Please sign in to comment.