Skip to content

Commit

Permalink
added translator credits to be used by the individual translator
Browse files Browse the repository at this point in the history
  • Loading branch information
naxuroqa committed Jun 14, 2014
1 parent 63a54a4 commit 0cb2b93
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-14 17:56+0200\n"
"POT-Creation-Date: 2014-06-14 18:04+0200\n"
"PO-Revision-Date: 2014-06-08 02:40+0100\n"
"Last-Translator: <spxmar@gmail.com>\n"
"Language-Team: German\n"
Expand Down Expand Up @@ -1033,3 +1033,7 @@ msgstr ""
#, c-format
msgid "tox 2 ID found: %s %s\n"
msgstr ""

#: ui/AboutDialog.vala:46
msgid "translator-credits"
msgstr ""
6 changes: 5 additions & 1 deletion po/venom.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Venom \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-14 17:56+0200\n"
"POT-Creation-Date: 2014-06-14 18:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -838,6 +838,10 @@ msgstr ""
msgid "tox 2 ID found: %s %s\n"
msgstr ""

#: ui/AboutDialog.vala:46
msgid "translator-credits"
msgstr ""

#: ui/add_contact_dialog.ui:6
msgid "Please let me add you to my contact list."
msgstr ""
Expand Down
3 changes: 2 additions & 1 deletion src/ui/AboutDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ namespace Venom {
this.add_credit_section("Packagers", (string) packagers);
comments = Config.SHORT_DESCRIPTION;
copyright = Config.COPYRIGHT_NOTICE;
license_type = Gtk.License.GPL_3_0;
program_name = "Venom";
translator_credits = _("translator-credits");
version = Config.VERSION;
website = Config.WEBSITE;
license_type = Gtk.License.GPL_3_0;
}
}
}

0 comments on commit 0cb2b93

Please sign in to comment.