diff --git a/.gitignore b/.gitignore index e7b0081..9211b03 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.qm +*.jar +translations/ \ No newline at end of file diff --git a/crowdin.yaml b/crowdin.yaml new file mode 100644 index 0000000..be010c2 --- /dev/null +++ b/crowdin.yaml @@ -0,0 +1,7 @@ +project_identifier: x64dbg +api_key_env: CROWDIN_API_KEY +base_path: . +files: + - + source: '/x64dbg.ts' + translation: '/translations/x64dbg_%two_letters_code%.ts' \ No newline at end of file