----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127048/ -----------------------------------------------------------
(Updated Feb. 12, 2016, 3:47 nachm.) Review request for KDE Frameworks, Aleix Pol Gonzalez and Chusslove Illich. Changes ------- * make #ifdef GNU gettext specific * move all extern ... declarations to some point Repository: ki18n Description ------- On Android, we do not have libintl but only libintl-lite, which does not provide _nl_msg_cat_cntr. Actually, _nl_msg_cat_cntr is a GNU gettext specific tool to prevent wrong localization after runtime language changes. Thus, it is tied to the specific GNU gettext implementation. Diffs (updated) ----- src/kcatalog.cpp 095a6be Diff: https://git.reviewboard.kde.org/r/127048/diff/ Testing ------- Tested compilation on Android and Linux. Thanks, Andreas Cord-Landwehr
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel