Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2026-03-04 15:05:29 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2026-03-04 15:05:29 +0300
commit57409964369a239093998a98fba9167c198db01c (patch)
treead28dc064b6f6cb99164491f3cac46662e386a77 /web/locale
parent874aae8080b587877ef3cf7d0048f79e09fb7233 (diff)
update dependencies
Diffstat (limited to 'web/locale')
-rw-r--r--web/locale/locale.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/locale/locale.go b/web/locale/locale.go
index c469911a..73da75b4 100644
--- a/web/locale/locale.go
+++ b/web/locale/locale.go
@@ -37,7 +37,7 @@ type SettingService interface {
// InitLocalizer initializes the internationalization system with embedded translation files.
func InitLocalizer(i18nFS embed.FS, settingService SettingService) error {
- // set default bundle to english
+ // set default bundle to English
i18nBundle = i18n.NewBundle(language.MustParse("en-US"))
i18nBundle.RegisterUnmarshalFunc("toml", toml.Unmarshal)