diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..464d363 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,12 @@ +"base_path": "." +"base_url": "https://api.crowdin.com" + +"preserve_hierarchy": true + +files: + [ + { + "source": "/site/src/lib/i18n/locales/en.json", + "translation": "/site/src/lib/i18n/locales/%locale%.json", + }, + ]