Skip to content

Commit

Permalink
fix error code comment on i18n defaultLanguage value (#3335)
Browse files Browse the repository at this point in the history
  • Loading branch information
weishirongzhen authored Feb 28, 2024
1 parent a347cdc commit b71ee13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/gi18n/gi18n_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type Options struct {
}

var (
// defaultDelimiters defines the default language if user does not specify in options.
// defaultLanguage defines the default language if user does not specify in options.
defaultLanguage = "en"

// defaultDelimiters defines the default key variable delimiters.
Expand Down

0 comments on commit b71ee13

Please sign in to comment.