From 4076a7e464af70bcece68a4cb6317ef6261f49dd Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 19 Mar 2025 19:38:10 +0200 Subject: [PATCH] chore: add crowdin configuration --- crowdin.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 crowdin.yml 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", + }, + ]