]> git.ipfire.org Git - thirdparty/gettext.git/commit
kde: Enable ki18n keywords by default
authorЧаслав Илић (Chusslove Illich) <caslav.ilic@gmx.net>
Mon, 11 May 2015 06:30:55 +0000 (15:30 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 11 May 2015 06:33:42 +0000 (15:33 +0900)
commite4863193c05ee219079e3adbc04bfe4c068c57c3
tree486c1fbe78a15cef2f51d90ca1576add7be5eb77
parent45a858d7228165a2c8d89f8c93fa000b02325cc8
kde: Enable ki18n keywords by default

* gettext-tools/src/x-c.c (init_flag_table_kde): New function.
(additional_keywords_kde): New variable.
(activate_additional_keywords_kde): New function.
(init_keywords): Optional addition of KDE-specific keywords.
* gettext-tools/src/x-c.h (init_flag_table_kde): New function declaration.
(activate_additional_keywords_kde): New function declaration.
* gettext-tools/src/xgettext.c (main): Invoke addition of KDE-specific
keywords when language is C++ with KDE.

* NEWS: Mention --kde behavior change.
ChangeLog
NEWS
gettext-tools/src/ChangeLog
gettext-tools/src/x-c.c
gettext-tools/src/x-c.h
gettext-tools/src/xgettext.c