-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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: Fixing untranslated FR strings #20078
fix: Fixing untranslated FR strings #20078
Conversation
@villebro, PR you ask me to create from an other one |
# Conflicts: # superset-frontend/src/views/CRUD/welcome/Welcome.tsx # superset/translations/fr/LC_MESSAGES/messages.json
Codecov Report
@@ Coverage Diff @@
## master #20078 +/- ##
==========================================
- Coverage 69.08% 69.00% -0.08%
==========================================
Files 1906 1905 -1
Lines 74114 74135 +21
Branches 8155 8211 +56
==========================================
- Hits 51201 51160 -41
- Misses 20794 20852 +58
- Partials 2119 2123 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 213 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments
superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/TableRenderers.jsx
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx
Outdated
Show resolved
Hide resolved
@aehanno Hi! We are looking forward into improving translations as the same places you address in this PR. Are you planning on finishing your work here and merging it into master? |
Hi @ETselikov, I'm a little block on this change #20078 (comment) If you have any idea, I will do the change and merge my branch |
Hi @villebro, I just do the changes you request can you do a review of the new code to merge the PR after Thanks |
Hi @villebro and @Always-prog, I've resolved the conflicts, so can I have a review before I have any more ? Thanks |
@villebro @michael-s-molina can you confirm or deny a concern here? It looks like this PR is editing the JSON files, which were (or could be) generated from the Is it a risky/bad idea to make these updates this way? Should people be editing the |
Hi @rusackas, I used the script po2json.sh to generate json file from po file but All the translation with "#, fuzzy" are not display in the json file. Thanks for your answer |
Oh, ok, if this JSON was generated by the script, I think we're good. I feared you hand-edited the JSON and opened a PR (it wouldn't be the first time that's happened). |
HI @villebro, I need your review to move this ticket forward. Thanks |
@villebro the merging is blocked awaiting your review. Holler if you think there's more to work on here :) Thanks! |
(cherry picked from commit 2c4629a)
SUMMARY
Fixing the untranslated strings
Add Information
Fixes #20060