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',