diff options
author | phecho <phecho@163.com> | 2016-12-21 10:53:17 +0800 |
---|---|---|
committer | phecho <phecho@163.com> | 2016-12-21 10:53:17 +0800 |
commit | 56d00ac1592ba5ab7006dfd161f1893e1fdc9bb0 (patch) | |
tree | a0f0fb2ab570a71d012e4451358d373263c43715 /app/Locale/ru_RU | |
parent | 17589a95795a7d181d2234aaef3ca17095a6a943 (diff) |
Add missing traslations
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 6cacf5bb..f55c595d 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1288,4 +1288,5 @@ return array( // 'Your personal API access token is "%s"' => '', // 'Remove your token' => '', // 'Generate a new token' => '', + // 'Showing %d-%d of %d' => '', ); |