Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit b53d112

Browse files
authored
The UTF8 update, I finally caved
The UTF8 update, I finally caved
2 parents f2e76ac + 3f9ceb6 commit b53d112

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

main/localization/general.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ var (
3434
ErrorInvalidCredentials = Translations{
3535
englishUS: "The credentials are invalid. Please try again.",
3636
}
37+
ErrorJapanese = Translations{
38+
englishUS: "こんにちは こんにちは こんにちは こんにちは",
39+
}
3740

3841
DialogTitleError = Translations{
3942
englishUS: "Error",

main/ssr/components.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ func (i Input) render(locale string) fiber.Map {
4040
"type": "input",
4141
"placeholder": localization.TranslateLocale(locale, i.Placeholder),
4242
"hidden": i.Hidden,
43-
"utf8": i.UTF8,
4443
"value": i.Value,
4544
"name": i.Name,
4645
}

0 commit comments

Comments
 (0)