From 5751b1ac2dc8ba66df4ceb9ff44ecd96b5521764 Mon Sep 17 00:00:00 2001 From: Ludy Date: Fri, 12 Jul 2024 00:35:01 +0200 Subject: [PATCH] =?UTF-8?q?adds=20Thai=20to=20the=20languages=20=E2=80=8B?= =?UTF-8?q?=E2=80=8Btable=20(#1555)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR makes #1554 obsolete --- README.md | 5 +++-- scripts/ignore_translation.toml | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15c9a24f..86e6128d 100644 --- a/README.md +++ b/README.md @@ -165,14 +165,14 @@ Please view https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToUseOCR ## Supported Languages -Stirling PDF currently supports 32! +Stirling PDF currently supports 33! | Language | Progress | | ------------------------------------------- | -------------------------------------- | | English (English) (en_GB) | ![100%](https://geps.dev/progress/100) | | English (US) (en_US) | ![100%](https://geps.dev/progress/100) | | Arabic (العربية) (ar_AR) | ![45%](https://geps.dev/progress/45) | -| German (Deutsch) (de_DE) | ![100%](https://geps.dev/progress/100) | +| German (Deutsch) (de_DE) | ![100%](https://geps.dev/progress/100) | | French (Français) (fr_FR) | ![94%](https://geps.dev/progress/94) | | Spanish (Español) (es_ES) | ![92%](https://geps.dev/progress/92) | | Simplified Chinese (简体中文) (zh_CN) | ![98%](https://geps.dev/progress/98) | @@ -201,6 +201,7 @@ Stirling PDF currently supports 32! | Czech (Česky) (cs_CZ) | ![90%](https://geps.dev/progress/90) | | Croatian (Hrvatski) (hr_HR) | ![95%](https://geps.dev/progress/95) | | Norwegian (Norsk) (no_NB) | ![96%](https://geps.dev/progress/96) | +| Thai (ไทย) (th_TH) | ![100%](https://geps.dev/progress/100) | ## Contributing (creating issues, translations, fixing bugs, etc.) diff --git a/scripts/ignore_translation.toml b/scripts/ignore_translation.toml index d55e820a..d230b3f4 100644 --- a/scripts/ignore_translation.toml +++ b/scripts/ignore_translation.toml @@ -212,6 +212,14 @@ ignore = [ 'language.direction', ] +[th_TH] +ignore = [ + 'language.direction', + 'pipeline.title', + 'pipelineOptions.pipelineHeader', + 'showJS.tags', +] + [tr_TR] ignore = [ 'language.direction',