KI18n Installation Instructions

Download

git clone git://anongit.kde.org/ki18n.git

Usage

If you are using CMake, you need to have

find_package(KF5I18n NO_MODULE)

(or similar) in your CMakeLists.txt file, and you need to link to KF5::I18n.

Information on using KI18n as a translation mechanism can be found in the programmer's guide and the translator's guide.

CMake:

find_package(KF5I18n)
target_link_libraries(yourapp KF5::I18n)

QMake: 

QT += KI18n 

Browse Source

KI18n on cgit.kde.org