ki18n

KDE Gettext-based UI text internationalization library

brewmacoslinux
Try with needOr install directly
Source

About

KDE Gettext-based UI text internationalization

Commands

ki18n

Examples

Extract translatable strings from source files$ xgettext -ki18n -ki18nc -ki18np -ki18ncp -ktr2i18n -ktr2xi18n -kaliasLocale -kaliasLocalizedName --from-code=UTF-8 -o messages.pot *.cpp *.h
Merge translations into .po files for a locale$ msgmerge -U de.po messages.pot
Compile .po files to .mo binary format for runtime use$ msgfmt -o de.mo de.po