From 6580531d0285fadd8b2e346c720385d7b2555984 Mon Sep 17 00:00:00 2001 From: amnweb <16545063+forumwt@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:22:52 +0100 Subject: [PATCH] feat(docs): expand label placeholders in LanguageWidget documentation --- docs/widgets/(Widget)-Language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/(Widget)-Language.md b/docs/widgets/(Widget)-Language.md index 004adf3..65267df 100644 --- a/docs/widgets/(Widget)-Language.md +++ b/docs/widgets/(Widget)-Language.md @@ -22,7 +22,7 @@ language: ``` ## Description of Options -- **label:** The format string for the label. You can use placeholders like `{lang[language_code]}`, `{lang[country_code]}` or `{lang[full_name]}` +- **label:** The format string for the label. You can use placeholders like `{lang[language_code]}`, `{lang[country_code]}`, `{lang[full_name]}`, `{lang[native_country_name]}`, `{lang[native_lang_name]}`, - **label_alt:** The alternative format string for the label. Useful for displaying the full language name. - **update_interval:** The interval in seconds to update the language information. Must be between 1 and 3600. - **callbacks:** A dictionary specifying the callbacks for mouse events. The keys are `on_left`, `on_middle`, and `on_right`, and the values are the names of the callback functions.