diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-03-04 15:05:29 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-03-04 15:05:29 +0300 |
| commit | 57409964369a239093998a98fba9167c198db01c (patch) | |
| tree | ad28dc064b6f6cb99164491f3cac46662e386a77 /web/locale | |
| parent | 874aae8080b587877ef3cf7d0048f79e09fb7233 (diff) | |
update dependencies
Diffstat (limited to 'web/locale')
| -rw-r--r-- | web/locale/locale.go | 2 |
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) |
