mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✨ feat(i18n): display lcode in language switcher (#565)
Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
parent
57277a0f23
commit
83b0a5d011
7 changed files with 48 additions and 3 deletions
|
@ -56,6 +56,9 @@ skin = ""
|
|||
# browser_theme_color = "#087e96" # Example of single value.
|
||||
# browser_theme_color = ["#ffffff", "#000000"] # Example of light/dark colours.
|
||||
|
||||
# Show current language code on the language switcher
|
||||
show_selected_language_code_in_language_switcher = false
|
||||
|
||||
# List additional stylesheets to load site-wide.
|
||||
# These stylesheets should be located in your site's `static` directory.
|
||||
# Example: stylesheets = ["extra1.css", "path/extra2.css"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue