mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-09 14:35:42 +08:00
Comment which languages exist
This commit is contained in:
parent
199f6ff42d
commit
c21cc34d20
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
Still, locale can be overrided via an environment variable, eg on Linux:
|
||||
```
|
||||
export NPBACKUP_LOCALE=en
|
||||
export NPBACKUP_LOCALE=en-US
|
||||
```
|
||||
On Windows:
|
||||
```
|
||||
set NPBACKUP_LOCALE=en
|
||||
set NPBACKUP_LOCALE=en-US
|
||||
```
|
||||
Currently supported: `en-US`, `fr-FR`
|
||||
|
||||
## Special thanks
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue