aboutsummaryrefslogtreecommitdiff
path: root/gettext.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Absorb gettext.goEuAndreh2025-05-121-219/+0
|
* Adding old LC_* style constants for backward compatibility.José Carlos Nieto2016-02-201-2/+13
|
* Adding a note on #1.José Carlos Nieto2016-02-201-0/+2
|
* Code cleaning.José Carlos Nieto2016-02-201-111/+102
|
* Fix translations with DGettext (and other D... func) when the domain name is ↵SQP2015-06-081-4/+12
| | | | | | | | empty. According to the doc, NULL allow to use the current domain as fallback: http://www.gnu.org/software/libc/manual/html_node/Translation-with-gettext.html If the domainname parameter is the null pointer the dgettext function is exactly equivalent to gettext since the default value for the domain name is used.
* Updating code (fixing leaks) and docs.José Carlos Nieto2013-02-191-19/+98
|
* Adding Deutsch and Español examples.José Carlos Nieto2012-10-061-0/+22
|
* Initial commit.José Carlos Nieto2012-10-061-0/+106