add i18n
This commit is contained in:
6
internal/i18nresource/locale.en.toml
Normal file
6
internal/i18nresource/locale.en.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
InvalidCredentials = "Invalid credentials."
|
||||
AuthenticationSuccess = "Authentication was a success."
|
||||
ValidationRequired = "This field is required."
|
||||
ValidationTooShort = "This field is too short. It should be at least %s characters."
|
||||
ValidationTooLong = "This field is too long. It should be under %s characters."
|
||||
ValidationPropertyFail = "Validation failed for '%s' property."
|
||||
Reference in New Issue
Block a user