Created attachment 118692 [details] Locale data file for en_BW Please add locale data for Botswana [en_BW]. The locale is exactly the same as en_GB, except for the currency. Locale data file is attached. Thanks!
(In reply to siddharth from comment #0) > Please add locale data for Botswana [en_BW]. The locale is exactly the same > as en_GB, except for the currency. Nice, that already uses the ref=... mechanism. I'll just have to come up with a new LCID value for en-BW instead of 0x9009. Thanks
Eike Rathke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4de6fd143282d77086217e1ec7652dce0d937f82 add English (Botswana) [en-BW] 0x9809 to language list, tdf#94207 preparation It will be available in 5.1.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.
Eike Rathke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=c3b4f7b55e87edb56ae0d08e1902269f0b2e8c9a add English Botswana [en-BW] locale data, tdf#94207 It will be available in 5.1.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.
As the currency symbol is actually "P" instead of "D" and the new LCID is 0x8909, I changed the replaceTo="[$D-9009]" to replaceTo="[$P-9809]".
(In reply to Eike Rathke from comment #4) > As the currency symbol is actually "P" instead of "D" and the new LCID is > 0x8909, I changed the replaceTo="[$D-9009]" to replaceTo="[$P-9809]". Sorry, it was on oversight on my part; I copied the locale data file from en_GM (Gambia). Thanks!