13 lines
364 B
YAML
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"
|
|
}
|
|
]
|