Skip to content

Fix encoded symbols in localizations#33078

Merged
AlisherAmonulloev merged 1 commit into
26_1from
fix-localization-issues
Mar 27, 2026
Merged

Fix encoded symbols in localizations#33078
AlisherAmonulloev merged 1 commit into
26_1from
fix-localization-issues

Conversation

@AlisherAmonulloev
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
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

This PR updates several DevExtreme localization message JSON files to use correctly encoded characters (e.g., replacing escaped Unicode sequences with direct UTF-8 characters) while preserving the same message keys and overall meaning.

Changes:

  • Updated Romanian PivotGrid sorting strings to use escaped ASCII quotes (\") instead of Unicode curly quotes.
  • Updated Norwegian (nb) aria toolbar strings to use the UTF-8 ø character instead of \u00f8.
  • Updated Latvian HtmlEditor style string to use UTF-8 š instead of \u0161.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
packages/devextreme/js/localization/messages/ro.json Normalizes quote encoding in two PivotGrid messages.
packages/devextreme/js/localization/messages/nb.json Replaces \u00f8 with UTF-8 ø in two aria toolbar strings.
packages/devextreme/js/localization/messages/lv.json Replaces \u0161 with UTF-8 š in one HtmlEditor AI style string.

@AlisherAmonulloev AlisherAmonulloev merged commit 0305ffd into 26_1 Mar 27, 2026
110 of 111 checks passed
@AlisherAmonulloev AlisherAmonulloev deleted the fix-localization-issues branch March 27, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants