Skip to content

Fix i18n in cpp files

Flo Lee requested to merge fix-cpp-gettext into master

We actually used tr() instead of gettext() for the cpp localization, which did not work at all ;) - Fixes #105 (closed)

Edited by Flo Lee

Merge request reports