From 8955825029f63ab56dcd682d953f7c394be3a7f6 Mon Sep 17 00:00:00 2001 From: Florian Dupret <34862846+sephrat@users.noreply.github.com> Date: Tue, 20 Apr 2021 13:05:14 +0200 Subject: [PATCH] add dateTimeFormats to Crowdin --- crowdin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crowdin.yml b/crowdin.yml index 2a764a823..4fc75068b 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -2,3 +2,5 @@ preserve_hierarchy: false files: - source: /frontend/src/locales/messages/en-US.json translation: /frontend/src/locales/messages/%locale%.json + - source: /frontend/src/locales/dateTimeFormats/en-US.json + translation: /frontend/src/locales/dateTimeFormats/%locale%.json