Skip to content

Commit

Permalink
Crowdin, ignore already translated files please
Browse files Browse the repository at this point in the history
  • Loading branch information
dotcomboom authored Nov 26, 2020
1 parent bccf121 commit 1cbd1b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
"files": [
{
"source": "/AutoSite/**.resx",
"translation": "/AutoSite/%file_name%.%two_letters_code%.resx"
"translation": "/AutoSite/%file_name%.%two_letters_code%.resx",
"ignore": [
"/AutoSite/%file_name%.%two_letters_code%.resx", #ignore the translated files
]
},
{
"source": "/AutoSite/My Project/Resources.resx",
Expand Down

0 comments on commit 1cbd1b8

Please sign in to comment.