Skip to content

Commit

Permalink
Add Hindi language (by @hybridvamp, in #218)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Pigozzi <[email protected]>
  • Loading branch information
hybridvamp and Steffo99 authored Oct 27, 2023
1 parent e513fa8 commit 8f8a188
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/template_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
# he - Hebrew, by https://github.com/netanelkoli
# es_mx - Spanish (Mexican), by https://github.com/mastersuv
# pt_br - Brasilian by https://github.com/eufelipemateus
# hi - Hindi by https://github.com/hybridvamp
# The lanugages that messages can be displayed in
enabled_languages = ["it", "en", "uk", "ru", "zh_cn", "he", "es_mx", "pt_br"]
enabled_languages = ["it", "en", "uk", "ru", "zh_cn", "he", "es_mx", "pt_br", "hi"]
# The default language to be set for users whose language cannot be autodetected or whose language is not enabled
default_language = "it"
# The language to fallback to if a string is missing in a specific language
Expand Down
Loading

0 comments on commit 8f8a188

Please sign in to comment.