diff options
| author | 2020-12-28 07:08:38 -0500 | |
|---|---|---|
| committer | 2020-12-28 13:08:38 +0100 | |
| commit | e93675e03639c2c8d4fc7d70cfccaa10f5f1707e (patch) | |
| tree | 21fb1d3e5a31807b8290af5a9e819fefc334c197 /app/i18n/ru/feedback.php | |
| parent | 6ecfc01c1f3f37491b184711cb29cd9a839f4a9c (diff) | |
Fix tag management translation (#3292)
Before, feedback messages were not translated.
Now, they are.
Diffstat (limited to 'app/i18n/ru/feedback.php')
| -rw-r--r-- | app/i18n/ru/feedback.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/ru/feedback.php b/app/i18n/ru/feedback.php index 4f57dcf08..37ff57d9d 100644 --- a/app/i18n/ru/feedback.php +++ b/app/i18n/ru/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Purge completed (%d articles deleted)', // TODO - Translation ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS will now be updated to the <strong>version %s</strong>.', // TODO - Translation 'error' => 'The update process has encountered an error: %s', // TODO - Translation |
