mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 05:14:34 -04:00
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:
committed by
GitHub
parent
36bda2e715
commit
8c4d71da2e
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user