Add missing translations (#3034)

* Add missing translations

* Add a simple way to check if an i18n key exists

There is a rule in the makefile to access it directly
This commit is contained in:
Alexis Degrugillier
2020-06-05 20:16:04 +02:00
committed by GitHub
parent 36bda2e715
commit 8c4d71da2e
19 changed files with 70 additions and 7 deletions

View File

@@ -246,7 +246,7 @@ class FreshRSS_extension_Controller extends Minz_ActionController {
Minz_Request::good(_t('feedback.extensions.removed', $ext_name),
$url_redirect);
} else {
Minz_Request::bad(_t('feedback.extensions.cannot_delete', $ext_name),
Minz_Request::bad(_t('feedback.extensions.cannot_remove', $ext_name),
$url_redirect);
}
}