🔖(release) minor 5.5.0 - #2596
Merged
Merged
Conversation
Contributor
|
Size Change: +8.59 kB (+0.2%) Total Size: 4.37 MB 📦 View Changed
|
Last upgrade of js-yaml has a compatibility issue with i18next-parser library, which causes the export / import translations to fail.
A new language has been added to the Django system, allowing for Polish translations and localization support. We need to initialize the Polish language files before being able to download the translations from Crowdin. This commit includes the initial setup for the Polish language, including the necessary configuration files and directory structure.
Update translated files with new translations
STEP was in uppercase in the assets names, on the preprod the assets were not found because the server is case sensitive. We renamed the assets to lowercase to fix the issue, as the previous assets.
The imported docs were not displayed anymore in the list grid view directly after the import. It was because the request was not matched with the correct query key.
Added: - ♿️(frontend) restore skip to content link after header redesign - 🌐(i18n) rename cn_CN to zh_CN, add eo_PL and zh_TW locales - ✨(backend) conditional email notification in server to server api - ✨(backend) profile api using django-silk Changed: - ♿️(frontend) use semantic `<dl>` structure in document info card - ⚡️(frontend) replace onboarding assets with webm and webp - 💄(frontend) use the same highlight color for cells and moves - ⚡️(backend) optimize media_auth endpoint - 🚸(frontend) print from document options menu Fixed: - 🐛(frontend) refresh pins after document deletion and restoration - 🐛(frontend) redirect homepage to login when homepage feat is disabled - 🐛(backend) ignore CSPs for API docs in development - 🐛(frontend) export images embedded with a relative url - 🐛(y-provider) fix sentry init - 🐛(backend) handle object storage metadata keys case-insensitively - 🐛(keycloak) fix database env variables in the self-hosting example - 🐛(helm) show the database error while jobs wait for it to be ready
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added
Changed
<dl>structure in document info card ♿️(frontend) use semantic <p> elements in document info card #2379Fixed