Comment which languages exist

This commit is contained in:
deajan 2025-01-27 13:00:34 +01:00
parent 199f6ff42d
commit c21cc34d20

View file

@ -309,12 +309,13 @@ python.exe -c "from windows_tools.signtool import SignTool; s=SignTool(); s.sign
NPBackup supports internationalization and automatically detects system's locale. NPBackup supports internationalization and automatically detects system's locale.
Still, locale can be overrided via an environment variable, eg on Linux: Still, locale can be overrided via an environment variable, eg on Linux:
``` ```
export NPBACKUP_LOCALE=en export NPBACKUP_LOCALE=en-US
``` ```
On Windows: On Windows:
``` ```
set NPBACKUP_LOCALE=en set NPBACKUP_LOCALE=en-US
``` ```
Currently supported: `en-US`, `fr-FR`
## Special thanks ## Special thanks