bug: fix transifex config

This commit is contained in:
Kieran 2023-02-10 12:50:04 +00:00
parent 16f6b031e5
commit 7343e49fa8
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,3 @@
build/
.github/
.github/
transifex.yml

View File

@ -2,5 +2,5 @@ git:
filters:
- filter_type: file
file_format: STRUCTURED_JSON
source_file: "src/lang.json"
translation_files_expression: "src/translations/<lang>.json"
source_file: src/lang.json
translation_files_expression: 'src/translations/<lang>.json'