diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-05 17:09:11 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-05 18:50:09 -0500 |
commit | 56384e572d419a48439a90b9481a715a13a109c8 (patch) | |
tree | fc132badb5cde0ff2e5713d0cdd2725980306120 /src/lib/libremessages.1.ronn | |
parent | f5663f08d44091ca16c7f53c492c2594202ba7e5 (diff) |
src/lib/: set TEXTDOMAIN differently for internal messages
This allows us to fix the long-standing bug that libremessages forces
TEXTDOMAIN=libretools
Diffstat (limited to 'src/lib/libremessages.1.ronn')
-rw-r--r-- | src/lib/libremessages.1.ronn | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libremessages.1.ronn b/src/lib/libremessages.1.ronn index b91a958..30314c8 100644 --- a/src/lib/libremessages.1.ronn +++ b/src/lib/libremessages.1.ronn @@ -188,12 +188,6 @@ These routines relate to `makepkg`(8). ## BUGS -libremessages sets <TEXTDOMAIN> to `libretools` unconditionally, -making it generally unsuitable for use outside of libretools. If you -override <TEXTDOMAIN> after loading the library, that should work, but -you will also have to provide translations for libremessage's internal -messages (such as "ERROR" or "Warning"). - Generating `.pot` files for the prose functions is a pain. The libretools Makefiles have rules to do it, but it might make sense to pull it into a separate program. |