snipe-it/crowdin.yml

10 lines
289 B
YAML
Raw Permalink Normal View History

2020-11-09 18:21:10 -08:00
"commit_message": "Fixed: New translations %original_file_name% from Crowdin"
"files": [
{
2024-01-03 14:02:36 -08:00
"source" : "/resources/lang/en-US/**/*.php",
# https://developer.crowdin.com/configuration-file/#placeholders
"translation" : "/resources/lang/%locale%/**/%original_file_name%"
2020-11-09 18:21:10 -08:00
}
]