mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-30 16:58:38 +00:00
Fix scuffed YML
This commit is contained in:
parent
a340a77d74
commit
2b8b0e25a4
1 changed files with 11 additions and 12 deletions
23
crowdin.yml
23
crowdin.yml
|
@ -22,18 +22,17 @@ files: [
|
|||
# Files or directories for ignore
|
||||
# e.g. ["/**/?.txt", "/**/[0-9].txt", "/**/*\?*.txt"]
|
||||
#
|
||||
ignore:
|
||||
- "/ProjectLighthouse.Localization/%file_name%.*.%file_extension%"
|
||||
|
||||
#
|
||||
# The dest allows you to specify a file name in Crowdin
|
||||
# e.g. "/messages.json"
|
||||
#
|
||||
#"dest" : "",
|
||||
|
||||
#
|
||||
# File type
|
||||
# e.g. "json"
|
||||
"ignore": "/ProjectLighthouse.Localization/%file_name%.*.%file_extension%",
|
||||
|
||||
#
|
||||
# The dest allows you to specify a file name in Crowdin
|
||||
# e.g. "/messages.json"
|
||||
#
|
||||
#"dest" : "",
|
||||
|
||||
#
|
||||
# File type
|
||||
# e.g. "json"
|
||||
#
|
||||
#"type" : "",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue