Skip to content

New Crowdin updates#705

Open
jjazzboss wants to merge 30 commits intodevfrom
crowdin
Open

New Crowdin updates#705
jjazzboss wants to merge 30 commits intodevfrom
crowdin

Conversation

@jjazzboss
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 19, 2026 20:59
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates CL_EditorImpl localization bundles with a new UI string describing restart behavior when looping.

Changes:

  • Added new resource key BarRendererIsRestartLoopBar across multiple locale .properties files.
  • 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
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants