GNU Astronomy Utilities - Tasks: task #14020, Add support for GNU Gettext to...
You are not allowed to post comments on this tracker with your current authentication level.
task #14020: Add support for GNU Gettext to allow translations in software
Submitter: | Mohammad Akhlaghi <makhlaghi> | ||
Submitted: | Fri 03 Jun 2016 05:57:27 AM UTC | ||
Should Start On: | Thu 02 Jun 2016 03:00:00 PM UTC | Should be Finished on: | Thu 02 Jun 2016 03:00:00 PM UTC |
Category: | All Gnuastro | Priority: | 5 - Normal |
Item Group: | Enhancement | Status: | Postponed |
Privacy: | Public | Percent Complete: | 0% |
Assigned to: | None | Open/Closed: | Open |
Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Currently all the strings that can be printed in Gnuastro are hard-wired in the source code in English. Fortunately GNU Gettext has a great infrastructure for translating such strings which will allow anyone interested to help in translating those strings.
The GNU Gettext book is very complete and explains the necessary processes nicely. The GNU Build System also supports it.