Re: String freeze break in gnome-disk-utility



On Mon, 2010-03-15 at 14:19 +0100, Claude Paroz wrote:
> Hi David,
> 
> Your commit a60bbb6b in gnome-disk-utility [1] is breaking string
> freeze. Note that adding a new string and not marking it for translation
> is also considered a string freeze.
> 
> So please ask for approval on this list or revert the change.
> Translators will be grateful  :-)
> 
> [1]
> http://git.gnome.org/browse/gnome-disk-utility/commit/?id=a60bbb6b468e0fbc42680dd6b4d90997f314ffb4

OK, can I get an approval please? This is about the string "%s File". An
appropriate translator comment would look like this.

 /* Translators: This is the name of a "Drive" backed by a file.
  * The %s is the size of the file (e.g. "42 GB" or "5 KB").
  */
 g_string_append_printf (result, "%s File", strsize);

Thanks,
David



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]