I build master --with-lang=en-US de hu on Windows. libreoffice@WIN-06391Q750A2 /cygdrive/c/lo/libo-master $ S=C:/lo/libo-master && O=$S/solver/wntmsci13.pro && W=$S/workdir/wntmsci13.pro && cd $S/shell/source/win32/shlxthandler/res && BRAND_BASE_DIR=file:///$O/unittest/install PATH="C:\lo\libo-master\solver\wntmsci13.pro\bin" $O/bin/lngconvex.exe -ulf $W/CustomTarget/shell/source/win32/shlxthandler/res/shlxthdl.ulf -rc $W/CustomTarget/shell/source/win32/shlxthandler/res/shlxthdl_impl.rc -rct rctmpl.txt -rch rcheader.txt -rcf rcfooter.txt ERROR: Duplicated ms id 0 found for the languages de and hu !!!! This does not work in microsoft resources Please remove one! See http://opengrok.libreoffice.org/xref/core/shell/source/tools/lngconvex/lngconvex.cxx#351 It used to work a few days ago.
Eike Rathke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9f1d47f8246b5513fa3a54ff16de4b1f4dd647ab attempt to roughly fix fdo#68740 The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Eike Rathke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=40ff64b93fc4c4c2e2710853e9f71e35811b9362 and another one for fdo#68740 The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
It seems to be fixed according to my tests. Thanks!