Skip to content

Commit

Permalink
Finish download action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbrode committed Nov 28, 2023
1 parent 84572e1 commit de862b4
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,17 @@ files: [{
# "escape_quotes": 2,
# "escape_special_characters": 0
#}, {
## Single File Test ##
"source": "/en-GB/Platform/Administration/administration.json",
"translation": "/%locale%/Platform/Administration/%original_file_name%",
"type": "json"
"source": "/en-GB/**/*.json",
"translation": "/%two_letters_code%/**/%original_file_name%",
"type": "json",
"ignore": [
"/Plugins/**/Core/messages.json"
]
}, {
"source": "/en-GB/**/*.json",
"translation": "/%locale%/**/%original_file_name%",
"type": "json",
"ignore": [
"/Plugins/**/Core/messages.json"
]
}]

0 comments on commit de862b4

Please sign in to comment.