From 1e7202d9ec0ac3f6474e5473f7bf671ee1d5f03d Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Fri, 10 Nov 2023 07:03:39 +0000 Subject: [PATCH] I18n: Specify i18next_json as the type in crowdin config (#77972) --- crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/crowdin.yml b/crowdin.yml index cdfc752c78a..82753c1d50e 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,6 +1,7 @@ files: - source: /public/locales/en-US/grafana.json translation: /public/locales/%locale%/%original_file_name% + type: i18next_json pull_request_title: 'I18n: Crowdin sync' pull_request_labels: - area/internationalization