i18n: ~85 hardcoded user-facing strings across main.go, command_editor.go, benchmarkview.go #39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Despite the i18n system being fully in place, a significant number of user-visible strings are still hardcoded:
main.gointernal/ui/command_editor.gointernal/ui/benchmarkview.goFix
For each file: grep for
widget.NewLabel(",widget.NewButton(",dialog.Show....("and replace witht.KeyNamereferences. Add missing keys tointernal/i18n/strings.go,en_ca.go,fr_ca.go, and machine-generated Inuktitut placeholders.See
docs/localization-policy.mdfor the full process.