Fix missing translator-credits

This commit is contained in:
Rafał Dzięgiel
2021-09-14 16:40:09 +02:00
parent 201cb6f64c
commit bafffa59b9
2 changed files with 19 additions and 12 deletions

View File

@@ -301,6 +301,8 @@ class ClapperAboutDialog extends Gtk.AboutDialog
version: pkg.version,
authors: ['Rafał Dzięgiel'],
artists: ['Rafał Dzięgiel'],
/* TRANSLATORS: Put your name(s) here for credits or leave untranslated */
translator_credits: _('translator-credits'),
license_type: Gtk.License.GPL_3_0,
logo_icon_name: 'com.github.rafostar.Clapper',
website: 'https://rafostar.github.io/clapper',