mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update crowdin.yml (#7985)
- Add documentation strings - Attempt to "fix" dest parameters
This commit is contained in:
parent
695174810a
commit
d98c396f07
@ -1,12 +1,14 @@
|
|||||||
|
# Configuration file for Crowdin project integration
|
||||||
|
# See: https://crowdin.com/project/inventree
|
||||||
|
|
||||||
"commit_message": "Fix: New translations %original_file_name% from Crowdin"
|
"commit_message": "Fix: New translations %original_file_name% from Crowdin"
|
||||||
"append_commit_message": false
|
"append_commit_message": false
|
||||||
|
|
||||||
"preserve_hierarchy": true
|
"preserve_hierarchy": true
|
||||||
|
|
||||||
files:
|
files:
|
||||||
- source: /src/backend/InvenTree/locale/en/LC_MESSAGES/django.po
|
- source: /src/backend/InvenTree/locale/en/LC_MESSAGES/django.po
|
||||||
dest: /%original_path%/%file_name%
|
dest: /%original_path%/%original_file_name%
|
||||||
translation: /src/backend/InvenTree/locale/%two_letters_code%/LC_MESSAGES/%original_file_name%
|
translation: /src/backend/InvenTree/locale/%two_letters_code%/LC_MESSAGES/%original_file_name%
|
||||||
- source: /src/frontend/src/locales/en/messages.po
|
- source: /src/frontend/src/locales/en/messages.po
|
||||||
dest: /%original_path%/%file_name%
|
dest: /%original_path%/%original_file_name%
|
||||||
translation: /src/frontend/src/locales/%two_letters_code%/%original_file_name%
|
translation: /src/frontend/src/locales/%two_letters_code%/%original_file_name%
|
||||||
|
Loading…
Reference in New Issue
Block a user