Add webapp_switch_locale.py script
This commit is contained in:
21
readme.md
21
readme.md
@@ -57,6 +57,25 @@ Dumps all the signatures in a users Webapp to seperate files, meant as companion
|
||||
The files will be written in the current directory.
|
||||
|
||||
#### Usage:
|
||||
```python
|
||||
```
|
||||
python dump_webapp_signatures.py --user user
|
||||
```
|
||||
|
||||
webapp_switch_locale.py
|
||||
=========================
|
||||
List or change the locale currently set in the user's WebApp settings.
|
||||
|
||||
#### Usage:
|
||||
###### List locale
|
||||
```
|
||||
python switchlocale.py --user user1
|
||||
Original locale: nl_NL.UTF-8
|
||||
```
|
||||
###### Change locale
|
||||
```
|
||||
python switchlocale.py --user user1 --locale de_DE.UTF-8
|
||||
Original locale: nl_NL.UTF-8
|
||||
Setting locale to: de_DE.UTF-8
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user