Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement i18n #138

Open
3 of 9 tasks
diamondburned opened this issue May 29, 2023 · 2 comments
Open
3 of 9 tasks

Implement i18n #138

diamondburned opened this issue May 29, 2023 · 2 comments

Comments

@diamondburned
Copy link
Owner

diamondburned commented May 29, 2023

This issue tracks progress for implementing internationalization in gtkcord4.

  • i18n support in gotkit
    • Base support for .po files
    • Domain support
    • Full translations for "gotkit" domain
    • Optional: Merge .po files into "default" domain
  • i18n support in gtkcord4
    • Wrap all gtkcord4 strings around locale.Get
    • Example translations for a language
  • Optional: static analyzing tool for extracting string literals
@diamondburned
Copy link
Owner Author

@diamondburned diamondburned pinned this issue May 29, 2023
@diamondburned
Copy link
Owner Author

To test, run with LC_ALL, e.g. LC_ALL=vi go run .. Rebuilding is required for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant