Personas Dialog shows pt-PT strings instead of pt-BR, in Brazil locale. (Hard to pick that at first glance, because the 2 languages are 99% identical... but, hey, I didn't invented the split :-) ) Attached images shows wrong strings for pt-BR
Created attachment 73090 [details] Dialog displays wrong srtings
Confirming. Minor issue but still should be fixed hopefully fast
It seems to be a general problem, all .ui based dialogs fall back to pt, when pt-BR is selected as the UI language. I wonder if it is the case with en variants or zh-TW/zh-CN.
Presumably its either a bug in VclBuilder::loadTranslations or in the generation of those translations in l10ntools uiex or perhaps the packing of them in postprocess/packconfig. I'll do a pt-BR local build, in the meantime two and three can be ruled in or out by the contents of install/share/config/soffice.cfg/cui/ui/res/*pt*.
Caolan McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fbfba66ac4990875e90f7af56113ca453d83f069 Resolves: fdo#59422 if loading a ll-TT trans succeeds, don't fallback to ll 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.
bah, not stopping when we have the right one and falling back to the generic one https://gerrit.libreoffice.org/1856 4-0 https://gerrit.libreoffice.org/1855 4-0-0
Caolan McNamara committed a patch related to this issue. It has been pushed to "libreoffice-4-0-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=65141b7c80026fdb9858af6229de83c0b6824e10&h=libreoffice-4-0-0 Resolves: fdo#59422 if loading a ll-TT trans succeeds, don't fallback to ll It will be available already in LibreOffice 4.0.0. 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.
Caolan McNamara committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=13421b4c424e7a2372382d7011f31e9795e01fd7&h=libreoffice-4-0 Resolves: fdo#59422 if loading a ll-TT trans succeeds, don't fallback to ll It will be available in LibreOffice 4.0.1. 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.