[PR #179] [MERGED] [build/utilities] Add translations clean script #301

Closed
opened 2026-05-06 13:16:42 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/179
Author: @Yaya-Cout
Created: 3/17/2022
Status: Merged
Merged: 3/20/2022
Merged by: @Lauryy06

Base: upsilon-devHead: upsilon-dev-translations-clean


📝 Commits (2)

  • bdd411b [build/utilities] Add translations clean script
  • 0b58fd1 [apps] Clean translations

📊 Changes

61 files changed (+1325 additions, -1215 deletions)

View changed files

📝 Makefile (+5 -0)
📝 apps/code/base.universal.i18n (+0 -1)
📝 apps/code/catalog.de.i18n (+0 -3)
📝 apps/code/catalog.en.i18n (+0 -3)
📝 apps/code/catalog.es.i18n (+0 -3)
📝 apps/code/catalog.fr.i18n (+0 -3)
📝 apps/code/catalog.hu.i18n (+210 -213)
📝 apps/code/catalog.it.i18n (+0 -3)
📝 apps/code/catalog.nl.i18n (+0 -3)
📝 apps/code/catalog.pt.i18n (+0 -3)
📝 apps/code/catalog.universal.i18n (+0 -54)
📝 apps/sequence/base.de.i18n (+0 -1)
📝 apps/sequence/base.en.i18n (+0 -1)
📝 apps/sequence/base.es.i18n (+0 -1)
📝 apps/sequence/base.fr.i18n (+0 -1)
📝 apps/sequence/base.hu.i18n (+21 -22)
📝 apps/sequence/base.it.i18n (+0 -1)
📝 apps/sequence/base.nl.i18n (+0 -1)
📝 apps/sequence/base.pt.i18n (+0 -1)
📝 apps/settings/base.de.i18n (+0 -1)

...and 41 more files

📄 Description

This pull request adds a simple script to remove unused translations, to save flash space. It may add some supplementary space on the N0100, but the script doesn't handle comment, so a translation that's unused but commented will be kept. I think it is better to not squash this pull request, to can easily revert the clean…


🔄 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/UpsilonNumworks/Upsilon/pull/179 **Author:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Created:** 3/17/2022 **Status:** ✅ Merged **Merged:** 3/20/2022 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-translations-clean` --- ### 📝 Commits (2) - [`bdd411b`](https://github.com/UpsilonNumworks/Upsilon/commit/bdd411b1b3e5c914d11c35a2b055c783d64babc1) [build/utilities] Add translations clean script - [`0b58fd1`](https://github.com/UpsilonNumworks/Upsilon/commit/0b58fd1fe18f2f0e79f7aabebfee11546acf192f) [apps] Clean translations ### 📊 Changes **61 files changed** (+1325 additions, -1215 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+5 -0) 📝 `apps/code/base.universal.i18n` (+0 -1) 📝 `apps/code/catalog.de.i18n` (+0 -3) 📝 `apps/code/catalog.en.i18n` (+0 -3) 📝 `apps/code/catalog.es.i18n` (+0 -3) 📝 `apps/code/catalog.fr.i18n` (+0 -3) 📝 `apps/code/catalog.hu.i18n` (+210 -213) 📝 `apps/code/catalog.it.i18n` (+0 -3) 📝 `apps/code/catalog.nl.i18n` (+0 -3) 📝 `apps/code/catalog.pt.i18n` (+0 -3) 📝 `apps/code/catalog.universal.i18n` (+0 -54) 📝 `apps/sequence/base.de.i18n` (+0 -1) 📝 `apps/sequence/base.en.i18n` (+0 -1) 📝 `apps/sequence/base.es.i18n` (+0 -1) 📝 `apps/sequence/base.fr.i18n` (+0 -1) 📝 `apps/sequence/base.hu.i18n` (+21 -22) 📝 `apps/sequence/base.it.i18n` (+0 -1) 📝 `apps/sequence/base.nl.i18n` (+0 -1) 📝 `apps/sequence/base.pt.i18n` (+0 -1) 📝 `apps/settings/base.de.i18n` (+0 -1) _...and 41 more files_ </details> ### 📄 Description This pull request adds a simple script to remove unused translations, to save flash space. It may add some supplementary space on the N0100, but the script doesn't handle comment, so a translation that's unused but commented will be kept. I think it is better to not squash this pull request, to can easily revert the clean… --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:42 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#301
No description provided.