po: fixed remaining Slovenian true positives in the winepo error report

Francois Gouget fgouget at free.fr
Sat Feb 25 11:54:15 CST 2012


On Wed, 22 Feb 2012, Jaka Kranjc wrote:
[...]
> So if I understand correctly, parts of this composite get choped and 
> concatenated and then printed as a sequence. Lacking full sentences, 
> semicolons *are* a good choice for Slovenian in this case too. Commas would be 
> fitting for proper "etc" lists.
> 
> This brings up another can of worms though; capitalisation. We don't use title 
> case at all, so these translation have the wrong case. Well, except for the 
> first one being printed, but that is runtime knowledge, so we can't really fix 
> it well. Gettext has no provisions for this (or gender or ...), so all that 
> comes to mind is autocapitalisation depending on the locale, but that is 
> probably ugly and I doubt it would work with more exotic scripts (but not sure 
> if any would need it).

I don't think we really care about capitalization in this specific case 
(or that it can be handled right anyway).

So would the attached patch work?


[...]
> Re usage strings: is there no 80 column limit imposed? I saw even some 
> original strings were longer.

If no line feed is hardcoded then the line will wrap at the 80th column. 
The line feeds are only there to ensure words are not cut in the middle. 
I suspect the authors of the command line tools did not care about that. 
Or they did not want to hardcode line wrapping at 80 columns when the 
terminal may be wider or narrower. And that issue was probably 
overlooked in a number of cases too. So these are probably all 
contributing factors to the current situation.


-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
                     f u kn rd ts, ur wy 2 gky 4 ur wn gd.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-po-Use-semicolons-for-the-Slovenian-comdlg32-printer-s.bin
Type: application/octet-stream
Size: 3021 bytes
Desc: 0001-po-Use-semicolons-for-the-Slovenian-comdlg32-printer-s.bin
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20120225/2a99f518/attachment-0001.bin>


More information about the wine-devel mailing list