mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-16 12:20:12 +01:00
Merge remote-tracking branch 'origin/main' into conditional
This commit is contained in:
parent
fe0c9fe57a
commit
6fa6f3d1dc
19
README.md
19
README.md
@ -106,14 +106,15 @@ Please view https://github.com/Frooodle/Stirling-PDF/blob/main/HowToUseOCR.md
|
|||||||
|
|
||||||
## Want to add your own language?
|
## Want to add your own language?
|
||||||
Stirling PDF currently supports
|
Stirling PDF currently supports
|
||||||
- English
|
- English (English) (en_GB)
|
||||||
- Arabic (العربية)
|
- Arabic (العربية) (ar_AR)
|
||||||
- German (Deutsch)
|
- German (Deutsch) (de_DE)
|
||||||
- French (Français)
|
- French (Français) (fr_FR)
|
||||||
- Spanish (Español)
|
- Spanish (Español) (es_ES)
|
||||||
- Chinese (简体中文)
|
- Chinese (简体中文) (it_IT)
|
||||||
- Catalan (Català)
|
- Catalan (Català) (zh_CN)
|
||||||
- Italian (Italiano)
|
- Italian (Italiano) (ca_CA)
|
||||||
|
- Swedish (Svenska) (sv_SE)
|
||||||
|
|
||||||
If you want to add your own language to Stirling-PDF please refer
|
If you want to add your own language to Stirling-PDF please refer
|
||||||
https://github.com/Frooodle/Stirling-PDF/blob/main/HowToAddNewLanguage.md
|
https://github.com/Frooodle/Stirling-PDF/blob/main/HowToAddNewLanguage.md
|
||||||
@ -133,7 +134,7 @@ Simply use environment variables APP_HOME_NAME, APP_HOME_DESCRIPTION and APP_NAV
|
|||||||
If running Java directly, you can also pass these as properties using -D arguments.
|
If running Java directly, you can also pass these as properties using -D arguments.
|
||||||
|
|
||||||
Using the same method you can also change
|
Using the same method you can also change
|
||||||
- The default language by providing APP_LOCALE with values like de-DE fr-FR or ar-AR to select your default language (Will always default to English on invalid locale)
|
- The default language by providing APP_LOCALE with values like de-DE fr-FR or ar-AR (Note the - character not _ ) to select your default language (Will always default to English on invalid locale) Current accepted locales can be seen above
|
||||||
- Enable/Disable search engine visablility with ALLOW_GOOGLE_VISABILITY with true / false values. Default disable visability.
|
- Enable/Disable search engine visablility with ALLOW_GOOGLE_VISABILITY with true / false values. Default disable visability.
|
||||||
- Change root URI for Stirling-PDF ie change server.com/ to server.com/pdf-app by running APP_ROOT_PATH as pdf-app
|
- Change root URI for Stirling-PDF ie change server.com/ to server.com/pdf-app by running APP_ROOT_PATH as pdf-app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user