Skip to content

Commit

Permalink
bring back crowdin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedriad1 committed Dec 29, 2024
1 parent d5ff0a4 commit e982f9f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_API_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"

"preserve_hierarchy": true
"files": [
{
"source": "locales/en/*.json",
"translation": "locales/%two_letters_code%/%original_file_name%",
"dest": "%original_file_name%"
},
{
"source": "content/about/en.mdx",
"translation": "content/about/%two_letters_code%.mdx"
}
]

0 comments on commit e982f9f

Please sign in to comment.