Skip to content

Commit

Permalink
Create crowdin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano authored Jan 26, 2024
1 parent d8acf52 commit 007036c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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: 'src/Themes/default/languages/SimpleSEF.english.php',
dest: 'Themes/default/languages/SimpleSEF.english.php',
translation: '%original_path%/SimpleSEF.%language%.php',
},
]

0 comments on commit 007036c

Please sign in to comment.