This commit is contained in:
NotAShelf 2022-08-18 20:21:14 +03:00
parent 9ac9dc368e
commit 40bc2e96db
No known key found for this signature in database
GPG Key ID: B96DF05812633566

View File

@ -19,7 +19,7 @@ Addressed by *hyprland/language*
*format-<lang>* ++
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*: ++
typeof: string ++
@ -32,8 +32,8 @@ Addressed by *hyprland/language*
```
"hyprland/language": {
"format": "Lang: {}"
"format-us": "AMERICA, HELL YEAH!"
"format-tr": "As bayrakları"
"format-us": "AMERICA, HELL YEAH!" // For American English
"format-tr": "As bayrakları" // For Turkish
"keyboard-name": "AT Translated Set 2 keyboard"
}
```