[PR #384] [CLOSED] Tackling Maintenance task #373 Translation Checker #5639

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/384
Author: @diegoseso
Created: 5/2/2017
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • 9a6aec5 adding first algorithm approach to check-translations
  • 75b8c6a adding a first approach for a translation checker
  • be12cde erasing old checker
  • 101495a Detecting left Over translations

📊 Changes

1 file changed (+88 additions, -0 deletions)

View changed files

resources/lang/check-translations.php (+88 -0)

📄 Description

I have just finished this first approach to get information about missing translations, missing keys on translations array and making a base in general for better managing translations


🔄 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/384 **Author:** [@diegoseso](https://github.com/diegoseso) **Created:** 5/2/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`9a6aec5`](https://github.com/BookStackApp/BookStack/commit/9a6aec5c22d86c0302874a99f127c65e385965c8) adding first algorithm approach to check-translations - [`75b8c6a`](https://github.com/BookStackApp/BookStack/commit/75b8c6afd407d5637e03f7c648b9397541fab9d0) adding a first approach for a translation checker - [`be12cde`](https://github.com/BookStackApp/BookStack/commit/be12cdedb44b7e56164798f41d54dae23515576f) erasing old checker - [`101495a`](https://github.com/BookStackApp/BookStack/commit/101495a88d8c39d04f673db54eb76fb262f08526) Detecting left Over translations ### 📊 Changes **1 file changed** (+88 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `resources/lang/check-translations.php` (+88 -0) </details> ### 📄 Description I have just finished this first approach to get information about missing translations, missing keys on translations array and making a base in general for better managing translations --- <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:13: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#5639