Skip to content

Commit

Permalink
Create crowdin configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
rrooggiieerr committed Nov 30, 2024
1 parent b6b7673 commit 8fca012
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
files: [
{
"source": "/custom_components/homeduino/translations/en.json",
"translation": "/custom_components/homeduino/translations/%locale%.json"
}
]

0 comments on commit 8fca012

Please sign in to comment.