-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat: add dutch language support for admin with translation file #11100
base: develop
Are you sure you want to change the base?
feat: add dutch language support for admin with translation file #11100
Conversation
🦋 Changeset detectedLatest commit: 668ac80 The changes in this PR will be included in the next version bump. This PR includes changesets to release 66 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@LeroySteding is attempting to deploy a commit to the medusajs Team on Vercel. A member of the Team first needs to authorize it. |
…#10915) what: - fixes eval conditions for promotion rules RESOLVES CMRC-851
PARTIALLY RESOLVES FRMW-2876 **What** Fix wrong usage of the `subscriberId` in the event bus. It happens that the subscriber id coming from the context was not used at all. This issue lead to duplicated event subscriber with the same subscriber id, it also prevent unsubscribing from event since rand id will be assigned. **NOTE** This PR does not handle overide strategy for subscribers with the same id. this still needs to be discussed
…ajs#11048) FIXES FRMW-2878 **What** Currently, the `one-to-one` unique constraints does not account for deleted record. This prevents from inserting a new record wth the same fk if another one is deleted. **Caveat** `hasOne` with FK option is meant to be a special case, for example a many to one - one to many without defining the other side of the relation. In that case we don't handle this behaviour and keep it as it is
…s view (medusajs#11073) Resolves CMRC-858
**What** - Sends variant_rank to the backend - Sorts variant table by variant_rank if no other order is selected. We have a project planned for implementing variant_rank correctly, and adding UI for managing the rank after product creation. This PR handles none of that, as it should be handled as part of said project. This PR simply makes the field useable until then. Resolves CMRC-859
**What** - Fixes an issue that would cause the Checkbox indicator to get rendered outside of view in the checkbox was wrapped in a relative div.
Resolves CMRC-627 **What** - If the session expired, and the user then navigated to a route with no loader the request for the user info in the sidebar would fail causing the app to crash as we didn't have an errorElement wrapping the app shell. - This PR adds a top level errorElement which handles errors that are outside of a page context, such as in the sidebar.
…edusajs#11058) **What** - Updates the Users table to use the new DataTable - Fixes an issue where initial parsing of URL filters weren't formatted correctly.
Removing the import allows future compatibilty with tailwind v4 where it won't be exported anymore. Fix medusajs#11040
Co-authored-by: Kasper Fabricius Kristensen <[email protected]>
* Add Romanian translation * romanian added
RESOLVES FRMW-2859
* feat: add translation for zh-CN * update: version to 2.3.1 * feat: add Simplified Chinese (zhCN) translations * update some key to translate * fix:Remove Duplicates
Add TSDocs for `DataTable` components to generate better docs for their props
@LeroySteding It seems something is messed up with the PR, please ensure only the necessary changes are included and all validations are passing. |
Added dutch translation for admin.
#11099