From 1f7b234489a8a94614a927b2982c7dcce46f6763 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Sat, 24 Feb 2024 16:23:04 +0100 Subject: [PATCH] Filter Dagbani language code, as it is not 2 letter ISO-693-2 compatible --- project.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/project.yml b/project.yml index eefefd10..1c3d9288 100644 --- a/project.yml +++ b/project.yml @@ -103,6 +103,7 @@ targets: excludes: - "**/qqq.lproj" - "**/igl.lproj" + - "**/dag.lproj" UnitTests: type: bundle.unit-test platform: macOS