[PR #2868] [MERGED] Adding Lithuanian language #6079

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2868
Author: @ffranchina
Created: 8/4/2021
Status: Merged
Merged: 8/21/2021
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (1)

  • a3ad840 Adding Lithuanian language

📊 Changes

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

View changed files

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

📄 Description

Hello!

This PR implements most (more than 90%) of the Lithuanian translation for BookStack, hopefully soon I will be able to integrate the missing strings.
Sorry again for submitting through a PR but I am bridging the translation effort of some non-technical people.

Thanks for your patience and your effort! :D


🔄 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/2868 **Author:** [@ffranchina](https://github.com/ffranchina) **Created:** 8/4/2021 **Status:** ✅ Merged **Merged:** 8/21/2021 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a3ad840`](https://github.com/BookStackApp/BookStack/commit/a3ad840bdd1f5680650ec97ef1222c9c91d6cdae) Adding Lithuanian language ### 📊 Changes **10 files changed** (+1074 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `resources/lang/lt/activities.php` (+51 -0) ➕ `resources/lang/lt/auth.php` (+77 -0) ➕ `resources/lang/lt/common.php` (+89 -0) ➕ `resources/lang/lt/components.php` (+34 -0) ➕ `resources/lang/lt/entities.php` (+318 -0) ➕ `resources/lang/lt/errors.php` (+101 -0) ➕ `resources/lang/lt/pagination.php` (+12 -0) ➕ `resources/lang/lt/passwords.php` (+14 -0) ➕ `resources/lang/lt/settings.php` (+264 -0) ➕ `resources/lang/lt/validation.php` (+114 -0) </details> ### 📄 Description Hello! This PR implements most (more than 90%) of the Lithuanian translation for BookStack, hopefully soon I will be able to integrate the missing strings. Sorry again for submitting through a PR but I am bridging the translation effort of some non-technical people. Thanks for your patience and your effort! :D --- <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:24:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6079