-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(translations): Translate embedded errors #29782
Merged
Merged
Conversation
This file contains 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
github-actions
bot
added
i18n
Namespace | Anything related to localization
i18n:spanish
Translation related to Spanish language
i18n:italian
Translation related to Italian language
i18n:french
Translation related to French language
i18n:chinese
Translation related to Chinese language
i18n:japanese
Translation related to Japanese language
i18n:russian
Translation related to Russian language
i18n:korean
Translation related to Korean language
i18n:dutch
i18n:slovak
i18n:ukrainian
i18n:portuguese
i18n:brazilian
i18n:traditional-chinese
labels
Jul 30, 2024
rusackas
changed the title
Translate embedded error
fix(translations): Translate embedded errors
Jul 30, 2024
This was referenced Jul 30, 2024
michael-s-molina
approved these changes
Jul 31, 2024
sadpandajoe
pushed a commit
to preset-io/superset
that referenced
this pull request
Aug 1, 2024
(cherry picked from commit 0d62bb2)
9 tasks
sadpandajoe
added
the
v4.1
Label added by the release manager to track PRs to be included in the 4.1 branch
label
Nov 13, 2024
sadpandajoe
pushed a commit
that referenced
this pull request
Nov 13, 2024
(cherry picked from commit 0d62bb2)
mistercrunch
added
🍒 4.1.1
🏷️ bot
A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels
labels
Nov 27, 2024
betodealmeida
pushed a commit
that referenced
this pull request
Jan 14, 2025
(cherry picked from commit 0d62bb2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🏷️ bot
A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels
i18n:brazilian
i18n:chinese
Translation related to Chinese language
i18n:dutch
i18n:french
Translation related to French language
i18n:italian
Translation related to Italian language
i18n:japanese
Translation related to Japanese language
i18n:korean
Translation related to Korean language
i18n:portuguese
i18n:russian
Translation related to Russian language
i18n:slovak
i18n:spanish
Translation related to Spanish language
i18n:traditional-chinese
i18n:ukrainian
i18n
Namespace | Anything related to localization
preset-io
size/XXL
v4.1
Label added by the release manager to track PRs to be included in the 4.1 branch
🍒 4.1.1
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.
SUMMARY
Fixes #27426
Adds a translated string for an embedded error display.
Creates a new .pot extract with this string, since we should be doing this regularly anyway!
Adds explicit sorting of
msgid
s usingmsgcat
for that .pot fileAdds new .po files generated from the .pot.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION