Closed chengjianwen closed 5 years ago
I want to make some i18n work on piserver, and found there is an error about LOCALE_DIR defination.
CMakeLists.txt line 41, -DLOCALE_DIR=/usr/share/locale should be -DLOCALE_DIR="/usr/share/locale" and piserver.cpp, LOCALEDIR should be LOCALE_DIR
I want to make some i18n work on piserver, and found there is an error about LOCALE_DIR defination.
CMakeLists.txt line 41, -DLOCALE_DIR=/usr/share/locale should be -DLOCALE_DIR="/usr/share/locale" and piserver.cpp, LOCALEDIR should be LOCALE_DIR