[PR #1183] [MERGED] Add Ukrainian translate #5782

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1183
Author: @Mant1kor
Created: 12/18/2018
Status: Merged
Merged: 12/22/2018
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (6)

  • 106f325 Update app.php
  • 9a444b4 Update settings.php
  • c67f76f Add files via upload
  • 7fcd7a5 Rename resources/lang/activities.php to resources/lang/uk/activities.php
  • 37ab97a Add files via upload
  • d476e30 Added 'uk' locale

📊 Changes

12 files changed (+827 additions, -1 deletions)

View changed files

📝 config/app.php (+1 -1)
📝 resources/lang/en/settings.php (+1 -0)
resources/lang/uk/activities.php (+50 -0)
resources/lang/uk/auth.php (+67 -0)
resources/lang/uk/common.php (+60 -0)
resources/lang/uk/components.php (+34 -0)
resources/lang/uk/entities.php (+295 -0)
resources/lang/uk/errors.php (+83 -0)
resources/lang/uk/pagination.php (+15 -0)
resources/lang/uk/passwords.php (+16 -0)
resources/lang/uk/settings.php (+119 -0)
resources/lang/uk/validation.php (+86 -0)

📄 Description

This commit adds Ukrainian ('uk') language.


🔄 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/1183 **Author:** [@Mant1kor](https://github.com/Mant1kor) **Created:** 12/18/2018 **Status:** ✅ Merged **Merged:** 12/22/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`106f325`](https://github.com/BookStackApp/BookStack/commit/106f32591d867a89f060ffa2a584f56e40977e78) Update app.php - [`9a444b4`](https://github.com/BookStackApp/BookStack/commit/9a444b4a04c2a2126d383ea828667c3f13b0a42f) Update settings.php - [`c67f76f`](https://github.com/BookStackApp/BookStack/commit/c67f76f776764563371ca81d1578ccb6ea14c20f) Add files via upload - [`7fcd7a5`](https://github.com/BookStackApp/BookStack/commit/7fcd7a5d9140806df489ec81dde10a5d022d7de9) Rename resources/lang/activities.php to resources/lang/uk/activities.php - [`37ab97a`](https://github.com/BookStackApp/BookStack/commit/37ab97af8c7f2221229898cce46461eb30c74a9a) Add files via upload - [`d476e30`](https://github.com/BookStackApp/BookStack/commit/d476e30df0515b07e2b61451fd73c02806baaa89) Added 'uk' locale ### 📊 Changes **12 files changed** (+827 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `config/app.php` (+1 -1) 📝 `resources/lang/en/settings.php` (+1 -0) ➕ `resources/lang/uk/activities.php` (+50 -0) ➕ `resources/lang/uk/auth.php` (+67 -0) ➕ `resources/lang/uk/common.php` (+60 -0) ➕ `resources/lang/uk/components.php` (+34 -0) ➕ `resources/lang/uk/entities.php` (+295 -0) ➕ `resources/lang/uk/errors.php` (+83 -0) ➕ `resources/lang/uk/pagination.php` (+15 -0) ➕ `resources/lang/uk/passwords.php` (+16 -0) ➕ `resources/lang/uk/settings.php` (+119 -0) ➕ `resources/lang/uk/validation.php` (+86 -0) </details> ### 📄 Description This commit adds Ukrainian ('uk') language. --- <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:17:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5782