Author: rinrab
Revision: 1919147
Modified property: svn:log

Modified: svn:log at Thu Jul 11 15:10:05 2024
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Jul 11 15:10:05 2024
@@ -1,5 +1,17 @@
 On the 'cmake' branch: Add support for gettext localization.
 
+Note: The localization works only from install, because it reads the
+localization files from ../share/locale/<LANG>/LC_MESSAGES/subversion.mo.
+
+To change the locale without changing the system language, set the LANG
+environment variable to the specific language name.
+
+There are known issues with gettext dependency when using vcpkg;
+1. It's required to install the `gettext' dependency with the `tools' feature;
+   use the following command for that: ./vcpkg install gettext[tools].
+2. vcpkg installs the msgmft executable into `<PREFIX>/tools/gettext/bin'
+   directory, so it might be required to add this directory to 
CMAKE_PREFIX_PATH.
+
 * build/generator/gen_cmake.py
   (Generator.write): Remove Intl from the list of dependencies to ignore.
 

Reply via email to