mirror of
https://github.com/aclist/dztui.git
synced 2025-04-03 02:53:00 +02:00
docs: mention locale support
This commit is contained in:
parent
05cc4d5656
commit
66b67ea67c
2 changed files with 28 additions and 2 deletions
|
@ -46,11 +46,12 @@ curl -s "https://raw.githubusercontent.com/aclist/dztui/dzgui/install.sh" | bash
|
|||
Follow the instructions at https://github.com/lelgenio/dzgui-nix to ingest the package and dependencies
|
||||
into your system using flakes.
|
||||
|
||||
Manual method
|
||||
**Manual method**
|
||||
|
||||
```
|
||||
git clone https://github.com/aclist/dztui.git
|
||||
chmod +x dzgui.sh
|
||||
./dzgui.sh
|
||||
```
|
||||
|
||||
==== Step 2: update the vm.max_map_count value
|
||||
|
@ -284,6 +285,18 @@ $HOME/.config/dztui/dztuirc.old
|
|||
|
||||
```
|
||||
|
||||
=== Locale support
|
||||
|
||||
For internationalization purposes, DZGUI will inherit the default locale setting on the system when displaying numbers. This is used for thousands separators in long numbers and decimal separators in fractional numbers.
|
||||
|
||||
If you wish to use a specific regional numbering preference while retaining a different base system language (e.g., English language with German-style numbering), pass the desired locale as a variable before launching DZGUI:
|
||||
|
||||
```
|
||||
LC_ALL=de_DE.UTF-8 ./dzgui.sh
|
||||
```
|
||||
|
||||
If you intend to use this frequently, you could wrap the above in a script or alias.
|
||||
|
||||
== Basic usage
|
||||
Select from among the <<Menu contexts and options>> below.
|
||||
|
||||
|
|
|
@ -46,11 +46,12 @@ curl -s "https://raw.githubusercontent.com/aclist/dztui/dzgui/install.sh" | bash
|
|||
Follow the instructions at https://github.com/lelgenio/dzgui-nix to ingest the package and dependencies
|
||||
into your system using flakes.
|
||||
|
||||
Manual method
|
||||
**Manual method**
|
||||
|
||||
```
|
||||
git clone https://github.com/aclist/dztui.git
|
||||
chmod +x dzgui.sh
|
||||
./dzgui.sh
|
||||
```
|
||||
|
||||
==== Step 2: update the vm.max_map_count value
|
||||
|
@ -284,6 +285,18 @@ $HOME/.config/dztui/dztuirc.old
|
|||
|
||||
```
|
||||
|
||||
=== Locale support
|
||||
|
||||
For internationalization purposes, DZGUI will inherit the default locale setting on the system when displaying numbers. This is used for thousands separators in long numbers and decimal separators in fractional numbers.
|
||||
|
||||
If you wish to use a specific regional numbering preference while retaining a different base system language (e.g., English language with German-style numbering), pass the desired locale as a variable before launching DZGUI:
|
||||
|
||||
```
|
||||
LC_ALL=de_DE.UTF-8 ./dzgui.sh
|
||||
```
|
||||
|
||||
If you intend to use this frequently, you could wrap the above in a script or alias.
|
||||
|
||||
== Basic usage
|
||||
Select from among the <<Menu contexts and options>> below.
|
||||
|
||||
|
|
Loading…
Reference in a new issue