Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates CL_EditorImpl localization bundles with a new UI string describing restart behavior when looping.
Changes:
- Added new resource key
BarRendererIsRestartLoopBaracross multiple locale.propertiesfiles. - Introduced translated text for some locales (e.g., zh_CN, fr_FR, de_DE) and English fallback text for others.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_zh_CN.properties | Adds Chinese translation for BarRendererIsRestartLoopBar. |
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_uk_UA.properties | Adds BarRendererIsRestartLoopBar (currently English text). |
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_ru_RU.properties | Adds BarRendererIsRestartLoopBar (English text). |
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_pt_BR.properties | Adds BarRendererIsRestartLoopBar (English text). |
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_pl_PL.properties | Adds BarRendererIsRestartLoopBar (English text). |
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_no_NO.properties | Adds BarRendererIsRestartLoopBar (English text). |
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_ko_KR.properties | Adds BarRendererIsRestartLoopBar (English text). |
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_ja_JP.properties | Adds BarRendererIsRestartLoopBar (English text). |
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_it_IT.properties | Adds BarRendererIsRestartLoopBar (English text). |
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_id_ID.properties | Adds BarRendererIsRestartLoopBar (English text). |
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_fr_FR.properties | Adds French translation for BarRendererIsRestartLoopBar. |
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_es_ES.properties | Adds BarRendererIsRestartLoopBar (English text). |
| app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle_de_DE.properties | Adds German translation for BarRendererIsRestartLoopBar. |
| COPY_ITEM=Objekt kopieren | ||
| IMPOSSIBLE_TO_MOVE_SECTION=Abschnitt kann nicht verschoben werden\: {0}. | ||
| CTL_Bar=Takt | ||
| BarRendererIsRestartLoopBar=Die Wiedergabe startet in der Schleifenwiedergabe ab diesem Takt neu |
There was a problem hiding this comment.
The new key BarRendererIsRestartLoopBar is added to localized bundles, but it is missing from the base Bundle.properties. If this key is looked up under the default (English) locale, it will not be found. Please add the same key to app/CL_EditorImpl/src/main/resources/org/jjazz/cl_editorimpl/Bundle.properties (with the English text) to ensure a complete default resource bundle.
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.
No description provided.