feat: add crowdin integration to streamyfin (#1103)

Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com>
This commit is contained in:
Simon Eklundh
2025-10-01 21:24:03 +02:00
committed by GitHub
parent 2f2099e243
commit d7b4e01aa5
2 changed files with 46 additions and 0 deletions

12
crowdin.yml Normal file
View File

@@ -0,0 +1,12 @@
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."
"preserve_hierarchy": true
"files": [
{
"source": "translations/en.json",
"translation": "translations/%two_letters_code%.json"
}
]