Skip to content

Commit 54aca03

Browse files
Merge pull request #2902 from CatimaLoyalty/TheLastProject-patch-1
Temporarily allow peo
2 parents f8ec8e1 + 5546e90 commit 54aca03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.scripts/check_app_name.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ NC='\033[0m' # No Color
1212
# Vars
1313
SUCCESS=1
1414
CANONICAL_TITLE="Catima"
15-
ALLOWLIST=("ar" "bn" "fa" "fa-IR" "he-IL" "hi" "hi-IN" "kn" "kn-IN" "ml" "mr" "ta" "ta-IN" "zh-rTW" "zh-TW") # TODO: Link values and fastlane with different codes together
15+
# peo is only temporarily allowed due to https://github.com/WeblateOrg/weblate/issues/17455
16+
ALLOWLIST=("ar" "bn" "fa" "fa-IR" "he-IL" "hi" "hi-IN" "kn" "kn-IN" "ml" "mr" "peo", "ta" "ta-IN" "zh-rTW" "zh-TW") # TODO: Link values and fastlane with different codes together
1617

1718
function get_lang() {
1819
LANG_DIRNAME=$(dirname "$FILE" | xargs basename)

0 commit comments

Comments
 (0)