Localization Update: New Structure + German Support! 🇩🇪#39
Open
cryinkfly wants to merge 25 commits intoopencloud-eu:mainfrom
Open
Localization Update: New Structure + German Support! 🇩🇪#39cryinkfly wants to merge 25 commits intoopencloud-eu:mainfrom
cryinkfly wants to merge 25 commits intoopencloud-eu:mainfrom
Conversation
Removed untranslated section markers and added new translations.
Removed untranslated sections from Localizable.xcstrings.
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description
I restructured the Localizable.xcstrings file to improve maintainability and make future translations faster and easier to manage. Additionally,
German (de) translationswere addedfor all existing English (en) strings.Related Issue
No specific issue was linked. This is an enhancement to improve localization workflow and support German language.
Motivation and Context
Previously, the
Localizable.xcstringsstructure made adding new translations cumbersome and error-prone. By restructuring it, new languages can be added more quickly, and future updates will be easier to maintain. The addition of German provides broader accessibility for German-speaking users.How Has This Been Tested?
Verified that the Localizable.xcstrings file remains valid JSON and parses correctly.
Loaded the app in both English and German to ensure all strings display correctly.
Checked that there are no missing or broken entries for existing keys.
Screenshots (if appropriate):
Not applicable; changes are internal to the localization files.
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
My code follows the code style of this project.
My change requires a change to the documentation.
Added an issue with details about all relevant changes in the docs repository.
I have added tests to cover my changes (visual/manual verification for localization).
All new and existing tests passed.
I have set a pull request label and a meaningful title for changelog automation.