[PR #1002] [MERGED] Ru locale fix #5754

Closed
opened 2026-02-05 10:16:12 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1002
Author: @GinMitch
Created: 9/10/2018
Status: Merged
Merged: 9/23/2018
Merged by: @ssddanbrown

Base: masterHead: fix/ru-locale


📝 Commits (2)

📊 Changes

12 files changed (+140 additions, -98 deletions)

View changed files

📝 app/Entity.php (+2 -2)
📝 resources/assets/sass/_lists.scss (+2 -1)
📝 resources/assets/sass/styles.scss (+2 -2)
📝 resources/lang/ru/activities.php (+4 -4)
📝 resources/lang/ru/auth.php (+15 -15)
📝 resources/lang/ru/common.php (+11 -5)
📝 resources/lang/ru/components.php (+13 -5)
📝 resources/lang/ru/entities.php (+33 -26)
📝 resources/lang/ru/errors.php (+14 -9)
📝 resources/lang/ru/passwords.php (+1 -1)
📝 resources/lang/ru/settings.php (+32 -17)
📝 resources/lang/ru/validation.php (+11 -11)

📄 Description

Fixed russian translations, added several missing strings


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/1002 **Author:** [@GinMitch](https://github.com/GinMitch) **Created:** 9/10/2018 **Status:** ✅ Merged **Merged:** 9/23/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `fix/ru-locale` --- ### 📝 Commits (2) - [`9d09c4c`](https://github.com/BookStackApp/BookStack/commit/9d09c4c7b0ad8df6ce56476b1561c307fd1ab00b) Ru locale fix - [`e0b479e`](https://github.com/BookStackApp/BookStack/commit/e0b479efef53d2179662827fbf5b42f00bca4cab) UTF-8 slugs & UI fixes ### 📊 Changes **12 files changed** (+140 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `app/Entity.php` (+2 -2) 📝 `resources/assets/sass/_lists.scss` (+2 -1) 📝 `resources/assets/sass/styles.scss` (+2 -2) 📝 `resources/lang/ru/activities.php` (+4 -4) 📝 `resources/lang/ru/auth.php` (+15 -15) 📝 `resources/lang/ru/common.php` (+11 -5) 📝 `resources/lang/ru/components.php` (+13 -5) 📝 `resources/lang/ru/entities.php` (+33 -26) 📝 `resources/lang/ru/errors.php` (+14 -9) 📝 `resources/lang/ru/passwords.php` (+1 -1) 📝 `resources/lang/ru/settings.php` (+32 -17) 📝 `resources/lang/ru/validation.php` (+11 -11) </details> ### 📄 Description Fixed russian translations, added several missing strings --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:16:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5754