Skip to content

Commit

Permalink
Merge branch 'main' into DeH40-zh_CN_translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle authored Jul 27, 2024
2 parents fea03f7 + 543b96c commit f790075
Show file tree
Hide file tree
Showing 7 changed files with 1,198 additions and 50 deletions.
3 changes: 2 additions & 1 deletion .github/labeler-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Translation:
- changed-files:
- any-glob-to-any-file: 'src/main/resources/messages_*_*.properties'
- any-glob-to-any-file: 'scripts/ignore_translation.toml'

Front End:
- changed-files:
Expand Down Expand Up @@ -45,4 +46,4 @@ Docker:
Test:
- changed-files:
- any-glob-to-any-file: 'cucumber/**/*'
- any-glob-to-any-file: 'test*'
- any-glob-to-any-file: 'test*'
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Please view https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToUseOCR
## Supported Languages
Stirling PDF currently supports 33!
Stirling PDF currently supports 34!
| Language | Progress |
| ------------------------------------------- | -------------------------------------- |
Expand All @@ -174,9 +174,9 @@ Stirling PDF currently supports 33!
| Arabic (العربية) (ar_AR) | ![45%](https://geps.dev/progress/45) |
| 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) |
| Spanish (Español) (es_ES) | ![98%](https://geps.dev/progress/98) |
| Simplified Chinese (简体中文) (zh_CN) | ![98%](https://geps.dev/progress/98) |
| Traditional Chinese (繁體中文) (zh_TW) | ![96%](https://geps.dev/progress/96) |
| Traditional Chinese (繁體中文) (zh_TW) | ![98%](https://geps.dev/progress/98) |
| Catalan (Català) (ca_CA) | ![48%](https://geps.dev/progress/48) |
| Italian (Italiano) (it_IT) | ![99%](https://geps.dev/progress/99) |
| Swedish (Svenska) (sv_SE) | ![39%](https://geps.dev/progress/39) |
Expand All @@ -202,6 +202,7 @@ Stirling PDF currently supports 33!
| 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) |
| Vietnamese (Tiếng Việt) (vi_VN) | ![99%](https://geps.dev/progress/99) |
## Contributing (creating issues, translations, fixing bugs, etc.)
Expand All @@ -213,7 +214,7 @@ Stirling PDF allows easy customization of the app.
Includes things like
- Custom application name
- Custom slogans, icons, HTML, images CSS etc (via file overrides)
- Custom slogans, icons, HTML, images CSS etc (via file overrides)
There are two options for this, either using the generated settings file ``settings.yml``
This file is located in the ``/configs`` directory and follows standard YAML formatting
Expand Down
8 changes: 8 additions & 0 deletions scripts/ignore_translation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,14 @@ ignore = [
'language.direction',
]

[vi_VN]
ignore = [
'language.direction',
'pipeline.title',
'pipelineOptions.pipelineHeader',
'showJS.tags',
]

[zh_CN]
ignore = [
'language.direction',
Expand Down
Loading

0 comments on commit f790075

Please sign in to comment.