office-gobmx/l10ntools
Mike Kaganski 5dea045b87 tdf#124791: Fix Gaelic (Scotland) (gd-GB) LCID in MSI installer
... which was obviously omitted in commit
6b678c135d, which introduced the correct
value of 0x0491 (1169) in addition to the pre-existing 0x043C (1084).
The new value is used when user sets relevant entry in Region and
Language control panel applet (intl.cpl); having the old value in MSI
summary information blocks auto-detection of proper installer language.

[MS-LCID] Appendix A mentions that the new code is available since Win7,
so we are good with the fix.

[MS-LCID] https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c

Co-authored-by: Eike Rathke <erack@redhat.com>

Change-Id: Ic03b0e8eaf145c662fde48846cd5307e362d4d63
Reviewed-on: https://gerrit.libreoffice.org/71242
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-04-24 16:45:28 +02:00
..
inc Remove broken MergeDataHashMap optimization 2019-03-18 21:24:23 +01:00
source tdf#124791: Fix Gaelic (Scotland) (gd-GB) LCID in MSI installer 2019-04-24 16:45:28 +02:00
Executable_cfgex.mk
Executable_helpex.mk
Executable_idxdict.mk
Executable_localize.mk
Executable_pocheck.mk
Executable_propex.mk
Executable_treex.mk
Executable_ulfex.mk
Executable_xrmex.mk
Makefile
Module_l10ntools.mk
README
StaticLibrary_transex.mk

l10ntools (l10n = localization) contains a number of tools that extract
translatable content from source code and merge translations back to
source code during the build.