mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #179] [MERGED] [build/utilities] Add translations clean script #301
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#301
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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-dev← Head:upsilon-dev-translations-clean📝 Commits (2)
bdd411b[build/utilities] Add translations clean script0b58fd1[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.