[FEATURE] Add internationalization support via GNU Gettext #7
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
core/tulpar#7
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?
Description
Add internationalization (i18n) support using GNU Gettext to enable multi-language support in the application.
Use case
The application currently supports only one language, limiting its accessibility to non-English speaking users. GNU Gettext is an industry-standard solution that would allow developers to mark translatable strings and provide translations for different locales, making the application accessible to a global audience.
Proposed solution
gettext(),ngettext(), etc.).pottemplate files.pofiles for each supported language.pofiles to.mobinary files for runtime use