Ticket #50 (new enhancement)
Opened 7 months ago
GNU gettext support
| Reported by: | chris | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4.0 |
| Component: | Source | Version: | |
| Keywords: | Cc: |
Description
GNU gettext is the OSS industry standard for providing string translations into many languages, and is a requirement before we find translators.
It's only as invasive as distributing the needed translation matrices (.m4 files) and prepending all English strings in the code with a macro, e.g. cout << "hey" becomes cout << _T("hey") or something similar.
Note: See
TracTickets for help on using
tickets.