Update crowdin.yml (#7985)

- Add documentation strings
- Attempt to "fix" dest parameters
This commit is contained in:
Oliver 2024-08-25 13:17:24 +10:00 committed by GitHub
parent 695174810a
commit d98c396f07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%