i18n: remove leftover it_CH wiring after catalog drop - #553
Merged
Conversation
The it_CH catalog file was removed in amule-project#552, but the surrounding references were left behind: the LINGUAS entry, the po/CMakeLists.txt language label, the redundant [it_CH] .desktop keys (identical to [it]), and the it_CH -> ITALIAN mapping in the Windows NSIS generator. None affect the build (it is glob-driven and it_CH.po is already gone), but they point at a catalog that no longer exists. Remove them so the tree is consistent.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #552, which removed
po/it_CH.pobut left its surrounding references behind. This removes the now-dead wiring so the tree is consistent:po/LINGUAS— theit_CHentry (pointed at a file that no longer exists)po/CMakeLists.txt— theit_CH → "Italian (Swiss)"language label[it_CH]keys in the four.desktopfiles (byte-identical to[it])packaging/windows/po-to-nsh.py— theit_CH → ITALIANmap entry and its now-stale collision commentNo build impact: the catalog build is glob-driven and
it_CH.pois already gone. This is purely a consistency cleanup.