Files
amazon-city-of-gold/crowdin.yml
Andrey Sharshov 9487728656 initial
2025-11-16 18:54:31 +01:00

13 lines
364 B
YAML

"files": [
{
"source": "/src/assets/rules/*.html",
"translation": "/src/assets/rules/locales/%two_letters_code%.html",
"update_option": "update_without_changes"
},
{
"source": "/src/assets/translations/*.json",
"translation": "/src/assets/translations/locales/%two_letters_code%.json",
"update_option": "update_without_changes"
}
]