A Dissabte 25 Octubre 2008, Ihar Hrachyshka va escriure: > On Sun, Oct 19, 2008 at 4:40 PM, Albert Astals Cid wrote: > > A Dissabte 18 Octubre 2008, Ihar Hrachyshka va escriure: > >> This should be more i18n-friendly. "%1 sec"? > >> #: configdialog.cpp:128 > >> msgid " sec" > >> msgstr "" > >> > >> Same. > >> #: configdialog.cpp:149 > >> msgid " entry" > >> msgid_plural " entries" > >> msgstr[0] "" > >> msgstr[1] "" > > > > Both those entries are suffixes for a input box, so the numerical part is > > entered by the user, the suffix is not. So it "can't" be fixed with the > > current framework we have. > > Then why do we need these spaces at start of the messages? Because the framework needs them. Albert > > > Albert