Skip to content

Commit

Permalink
debug: force single txt file as source
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed May 18, 2024
1 parent 9dbf52a commit d0da3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"api_token_env": "CROWDIN_API_KEY"
files: [
{
"source": "**/*.txt",
"source": "/github/workspace/public/.well-known/security.txt",
"translation": "/github/workspace/crowdin/%locale%/%original_file_name%"
}
]

0 comments on commit d0da3d2

Please sign in to comment.