From ccaa3afa3960d3813bd3853defe9e6c684821ab5 Mon Sep 17 00:00:00 2001
From: Georg Ringer <georg.ringer@gmail.com>
Date: Thu, 19 Jan 2023 13:17:31 +0100
Subject: [PATCH] [TASK] Skip country translations in crowdin
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

As the translations are shipped within the core, those files must not be
translated via crowdin.

Resolves: #99644
Related: #99618
Releases: main
Change-Id: Iecafe06f15d1c6ad89f1fb848b03c98dc6af7e23
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77500
Tested-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Benni Mack <benni@typo3.org>
---
 .crowdin.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.crowdin.yaml b/.crowdin.yaml
index 5d368b9ac092..5e41fa9573ea 100644
--- a/.crowdin.yaml
+++ b/.crowdin.yaml
@@ -1,3 +1,4 @@
 files:
   - source: /typo3/sysext/*/Resources/Private/Language/
     translation: '%original_path%/%two_letters_code%.%original_file_name%'
+    ignore: /typo3/sysext/core/Resources/Private/Language/Iso/
-- 
GitLab