Commit graph

3 commits

Author SHA1 Message Date
Piotr Drąg 7aecb13121 Fix translation errors with regard to %B
This kind of mistakes can make Nautilus crash, as seen in
<https://bugzilla.gnome.org/show_bug.cgi?id=763486>, and gettext's
msgfmt -c won't catch them, because %B is not proper c-format.
This commit fixes them like this:

1) A real fix is applied when the error is obvious to a non-speaker
of the language (missing %, %s instead of %B, etc.)

2) The string is marked as fuzzy if the solution needs attention
of a native speaker.

3) The string is deleted if it's obsolete.
2016-10-24 23:04:24 +02:00
Piotr Drąg c3f0cc8b8c Add Language headers to po files
Future versions of gettext will fail if this header is missing.
2016-07-24 22:29:36 +02:00
Michael Terry 21d794f027 Added partial Ido (io) translation
svn path=/trunk/; revision=14071
2008-04-15 01:52:29 +00:00