mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Hopefully the last update to the po files before the release
This one breaks with my preference to separate generated changes from content changes - I wanted to get the new comment next to the translator-credits text that I added to every .po file. This way the people who worked on these translations at least get shown in the About box. But a simple grep on the diff will show you that this is indeed the only set of changes that I made. git diff HEAD^ | grep ^+ | grep -v -e^+# -e^+++ -ePOT-Creation Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
25ddf1caee
commit
f5ba851c1b
13 changed files with 1254 additions and 1292 deletions
|
@ -855,6 +855,7 @@ static void about_dialog(GtkWidget *w, gpointer data)
|
|||
"license", "GNU General Public License, version 2\nhttp://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
|
||||
"version", VERSION_STRING,
|
||||
"copyright", _("Linus Torvalds, Dirk Hohndel, and others, 2011, 2012"),
|
||||
/*++GETTEXT the term translator-credits is magic - list the names of the tranlators here */
|
||||
"translator_credits", _("translator-credits"),
|
||||
"logo-icon-name", "subsurface",
|
||||
/* Must be last: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue