[PR #2784] [MERGED] Adding Croatian language #6064

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2784
Author: @ffranchina
Created: 6/2/2021
Status: Merged
Merged: 6/2/2021
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (1)

  • fc7b8c4 Adding Croatian translation files

📊 Changes

10 files changed (+1074 additions, -0 deletions)

View changed files

resources/lang/hr/activities.php (+51 -0)
resources/lang/hr/auth.php (+77 -0)
resources/lang/hr/common.php (+89 -0)
resources/lang/hr/components.php (+34 -0)
resources/lang/hr/entities.php (+318 -0)
resources/lang/hr/errors.php (+101 -0)
resources/lang/hr/pagination.php (+12 -0)
resources/lang/hr/passwords.php (+14 -0)
resources/lang/hr/settings.php (+264 -0)
resources/lang/hr/validation.php (+114 -0)

📄 Description

Hello!

As I anticipated you (#2772 ), here is my PR that implements the language.
The people I collaborated with left out some strings (present in English in the provided files) but, hopefully, I will be able to have them translated very soon.

Let me know if there's the need to tweak the files before the merge, please.

Thanks again for your time and precious work!


🔄 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/2784 **Author:** [@ffranchina](https://github.com/ffranchina) **Created:** 6/2/2021 **Status:** ✅ Merged **Merged:** 6/2/2021 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`fc7b8c4`](https://github.com/BookStackApp/BookStack/commit/fc7b8c49fb4537fba887dded61cea5ef419820e0) Adding Croatian translation files ### 📊 Changes **10 files changed** (+1074 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `resources/lang/hr/activities.php` (+51 -0) ➕ `resources/lang/hr/auth.php` (+77 -0) ➕ `resources/lang/hr/common.php` (+89 -0) ➕ `resources/lang/hr/components.php` (+34 -0) ➕ `resources/lang/hr/entities.php` (+318 -0) ➕ `resources/lang/hr/errors.php` (+101 -0) ➕ `resources/lang/hr/pagination.php` (+12 -0) ➕ `resources/lang/hr/passwords.php` (+14 -0) ➕ `resources/lang/hr/settings.php` (+264 -0) ➕ `resources/lang/hr/validation.php` (+114 -0) </details> ### 📄 Description Hello! As I anticipated you (#2772 ), here is my PR that implements the language. The people I collaborated with left out some strings (present in English in the provided files) but, hopefully, I will be able to have them translated very soon. Let me know if there's the need to tweak the files before the merge, please. Thanks again for your time and precious work! --- <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:23:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6064