From 99048e2bf29d1006bb998f6b2528294c9cdfcbcb Mon Sep 17 00:00:00 2001 From: Viktor Liu <17948409+lixmal@users.noreply.github.com> Date: Tue, 11 Aug 2026 21:24:39 +0900 Subject: [PATCH] [infrastructure] Add Crowdin configuration for UI translation sync (#7155) --- crowdin.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 000000000..7198c7d76 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,8 @@ +files: + - source: /client/ui/i18n/locales/en/common.json + translation: /client/ui/i18n/locales/%locale%/common.json + type: chrome + languages_mapping: + locale: + es-ES: es + pt-BR: pt