-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
Sanitize localization function #1350
Comments
4 tasks
fflorent
added a commit
to fflorent/grist-core
that referenced
this issue
Jan 7, 2025
fflorent
added a commit
to fflorent/grist-core
that referenced
this issue
Jan 7, 2025
paulfitz
pushed a commit
that referenced
this issue
Jan 7, 2025
## Context Latest PR #1354 was breaking docker build and took the wrong approach for sanitizing translation files. More in the comments. ## Proposed solution 1. Docker build was fixed by copying translation files sooner (just for validating them). 2. Build now only fails if some translations keys have values with invalid tags. Previously it was fixing them. ## Related issues #1350 #1354 #1361 ## Has this been tested? <!-- Put an `x` in the box that applies: --> - [x] 👍 yes, I added tests to the test suite - [ ] 💭 no, because this PR is a draft and still needs work - [ ] 🙅 no, because this is not relevant here - [ ] 🙋 no, because I need help <!-- Detail how we can help you -->
fflorent
added a commit
to fflorent/grist-core
that referenced
this issue
Jan 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the current behavior
Follow-up this conversation:
#1247 (comment)
We cannot trust the localized strings, so we should sanitize them.
Steps to reproduce
No response
Describe the expected behavior
No response
Where have you encountered this bug?
Instance information (when self-hosting only)
The text was updated successfully, but these errors were encountered: