From 6a84dbf56066eac69b8f5be7b4451255faeae79b Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Mon, 1 Jan 2024 22:19:31 +0000 Subject: [PATCH] Remove low-quality gettext locales from the list (#6475) Only leave translations that are 90+% complete. This means the dropped ones won't be installed, but (as with Qt client) will still be there in the repo to avoid the need in adding them back if/when the time comes. --- po/CMakeLists.txt | 69 ----------------------------------------------- 1 file changed, 69 deletions(-) diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 50dc0e162..49f60ed37 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,89 +1,20 @@ set(LINGUAS - an - ar - ast - az - be - bg - bn - br - bs - ca - ca@valencia - ceb - ckb - cs - cy da - de - el - en_AU - en_CA - en_GB - eo es - et eu - fa fi - fil - fo fr - fr_CA - ga - gl - gv he - hi - hr hu - hy - ia - id is - it ja - jbo - ka - kk - ko - ku - ky - li - lt - lv - mk - ml - mr - ms - mt - nb nl - nn - oc pl - pt - pt_BR - pt_PT - ro ru - si - sk - sl - sq - sr sv - ta - te - th tr - ug uk - ur - uz - vi zh_CN - zh_HK zh_TW) set(GETTEXT_PACKAGE ${TR_NAME}-gtk)