Fwd: String modifications for bug #409739
- From: "Robert Ancell" <robert ancell gmail com>
- To: gnome-i18n gnome org
- Subject: Fwd: String modifications for bug #409739
- Date: Sat, 31 Mar 2007 23:32:50 +1000
---------- Forwarded message ----------
From: Robert Ancell <robert ancell gmail com>
Date: 31-Mar-2007 12:56
Subject: String modifications for bug #409739
To: gnome-doc-list gnome org, games-list gnome org
Hi all,
To fix a crash in Gnome Sudoku I need to change some formatting
characters from '%s' to '%(n)s'. I've written a script to
automatically update this (and fix some incorrect %d entries) - can I
commit this to the 2.18 branch? I guess this will look like a string
break but none of the content of the messages has been changed.
These are the affected strings:
"%s puzzle" -> "%(n)s puzzle"
"%s puzzles" -> "%(n)s puzzles"
'Generated %s puzzle' -> 'Generated %(n)s puzzle'
'Generated %s puzzles' -> 'Generated %(n)s puzzles'
"%s year" -> "%(n)s year"
"%s years" -> "%(n)s years"
"%s month" -> "%(n)s month"
"%s months" -> "%(n)s months"
"%s week" -> "%(n)s week"
"%s weeks" -> "%(n)s weeks"
"%s day" -> "%(n)s day"
"%s days" -> "%(n)s days"
"%s hour" -> "%(n)s hour"
"%s hours" -> "%(n)s hours"
"%s minute"-> "%(n)s minute"
"%s minutes" -> "%(n)s minutes"
"%s second" -> "%(n)s second"
"%s seconds" -> "%(n)s seconds"
The bug is:
http://bugzilla.gnome.org/show_bug.cgi?id=409739
Thanks,
--Robert
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]