diff options
author | Часлав Илић (Chusslove Illich) <caslav.ilic@gmx.net> | 2015-05-11 15:30:55 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-05-11 15:33:42 +0900 |
commit | e4863193c05ee219079e3adbc04bfe4c068c57c3 (patch) | |
tree | 486c1fbe78a15cef2f51d90ca1576add7be5eb77 /NEWS | |
parent | 45a858d7228165a2c8d89f8c93fa000b02325cc8 (diff) | |
download | external_gettext-e4863193c05ee219079e3adbc04bfe4c068c57c3.zip external_gettext-e4863193c05ee219079e3adbc04bfe4c068c57c3.tar.gz external_gettext-e4863193c05ee219079e3adbc04bfe4c068c57c3.tar.bz2 |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ Version 0.19.5 - unreleased - C++ with KDE: xgettext and msgfmt can now recognize KUIT (KDE User Interface Text) markup. See the documentation section "KUIT Format Strings" for more info. + - C++ with KDE: xgettext now recognizes all default KDE keywords. + This removes the need for a long list of --keyword and --flag + options to perform a reasonable extraction. * Bug fixes: - xgettext C++11 raw string recognition is now stricter and don't |