diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 00000000..f9600191 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,13 @@ +"project_identifier" : "microbitorg" +"api_key_env" : CROWDIN_API_KEY +"base_path" : "./lang" +"preserve_hierarchy": true + +files: [ + { + "source" : "en.js", + "dest" : "new/apps/python-editor/en.json", + "type" : "json", + "translation" : "apps/python-editor/%two_letters_code%.js" + } +]