mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-11 02:10:11 +01:00
adds Thai to the languages table (#1555)
This PR makes #1554 obsolete
This commit is contained in:
parent
4bf78ffd5d
commit
5751b1ac2d
@ -165,14 +165,14 @@ Please view https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToUseOCR
|
|||||||
|
|
||||||
## Supported Languages
|
## Supported Languages
|
||||||
|
|
||||||
Stirling PDF currently supports 32!
|
Stirling PDF currently supports 33!
|
||||||
|
|
||||||
| Language | Progress |
|
| Language | Progress |
|
||||||
| ------------------------------------------- | -------------------------------------- |
|
| ------------------------------------------- | -------------------------------------- |
|
||||||
| English (English) (en_GB) | ![100%](https://geps.dev/progress/100) |
|
| English (English) (en_GB) | ![100%](https://geps.dev/progress/100) |
|
||||||
| English (US) (en_US) | ![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) |
|
| 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) |
|
| French (Français) (fr_FR) | ![94%](https://geps.dev/progress/94) |
|
||||||
| Spanish (Español) (es_ES) | ![92%](https://geps.dev/progress/92) |
|
| Spanish (Español) (es_ES) | ![92%](https://geps.dev/progress/92) |
|
||||||
| Simplified Chinese (简体中文) (zh_CN) | ![98%](https://geps.dev/progress/98) |
|
| 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) |
|
| Czech (Česky) (cs_CZ) | ![90%](https://geps.dev/progress/90) |
|
||||||
| Croatian (Hrvatski) (hr_HR) | ![95%](https://geps.dev/progress/95) |
|
| Croatian (Hrvatski) (hr_HR) | ![95%](https://geps.dev/progress/95) |
|
||||||
| Norwegian (Norsk) (no_NB) | ![96%](https://geps.dev/progress/96) |
|
| 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.)
|
## Contributing (creating issues, translations, fixing bugs, etc.)
|
||||||
|
|
||||||
|
@ -212,6 +212,14 @@ ignore = [
|
|||||||
'language.direction',
|
'language.direction',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[th_TH]
|
||||||
|
ignore = [
|
||||||
|
'language.direction',
|
||||||
|
'pipeline.title',
|
||||||
|
'pipelineOptions.pipelineHeader',
|
||||||
|
'showJS.tags',
|
||||||
|
]
|
||||||
|
|
||||||
[tr_TR]
|
[tr_TR]
|
||||||
ignore = [
|
ignore = [
|
||||||
'language.direction',
|
'language.direction',
|
||||||
|
Loading…
Reference in New Issue
Block a user