wording
This commit is contained in:
parent
9ac9dc368e
commit
40bc2e96db
|
@ -19,7 +19,7 @@ Addressed by *hyprland/language*
|
||||||
|
|
||||||
*format-<lang>* ++
|
*format-<lang>* ++
|
||||||
typeof: string++
|
typeof: string++
|
||||||
Provide an alternative name to display per language.
|
Provide an alternative name to display per language where <lang> is the language of your choosing. Can be passed multiple times with multiple languages as shown by the example below.
|
||||||
|
|
||||||
*keyboard-name*: ++
|
*keyboard-name*: ++
|
||||||
typeof: string ++
|
typeof: string ++
|
||||||
|
@ -32,8 +32,8 @@ Addressed by *hyprland/language*
|
||||||
```
|
```
|
||||||
"hyprland/language": {
|
"hyprland/language": {
|
||||||
"format": "Lang: {}"
|
"format": "Lang: {}"
|
||||||
"format-us": "AMERICA, HELL YEAH!"
|
"format-us": "AMERICA, HELL YEAH!" // For American English
|
||||||
"format-tr": "As bayrakları"
|
"format-tr": "As bayrakları" // For Turkish
|
||||||
"keyboard-name": "AT Translated Set 2 keyboard"
|
"keyboard-name": "AT Translated Set 2 keyboard"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue