Skip to content
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

Open
wants to merge 21 commits into
base: develop
Choose a base branch
from

Conversation

LeroySteding
Copy link

Added dutch translation for admin.

#11099

Copy link

changeset-bot bot commented Jan 22, 2025

🦋 Changeset detected

Latest commit: 668ac80

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 66 packages
Name Type
@medusajs/ui Patch
@medusajs/core-flows Minor
@medusajs/promotion Minor
@medusajs/event-bus-local Minor
@medusajs/utils Minor
@medusajs/dashboard Minor
@medusajs/cart Minor
@medusajs/fulfillment Minor
@medusajs/notification Minor
@medusajs/payment Minor
@medusajs/region Minor
@medusajs/stock-location Minor
@medusajs/workflow-engine-inmemory Minor
@medusajs/workflow-engine-redis Minor
@medusajs/medusa Minor
@medusajs/framework Minor
@medusajs/admin-bundler Minor
@medusajs/ui-preset Minor
integration-tests-http Patch
@medusajs/cli Minor
@medusajs/test-utils Minor
@medusajs/api-key Minor
@medusajs/auth Minor
@medusajs/cache-inmemory Minor
@medusajs/cache-redis Minor
@medusajs/currency Minor
@medusajs/customer Minor
@medusajs/event-bus-redis Minor
@medusajs/file Minor
@medusajs/index Minor
@medusajs/inventory Minor
@medusajs/link-modules Minor
@medusajs/locking Minor
@medusajs/order Minor
@medusajs/pricing Minor
@medusajs/product Minor
@medusajs/sales-channel Minor
@medusajs/store Minor
@medusajs/tax Minor
@medusajs/user Minor
@medusajs/auth-emailpass Minor
@medusajs/auth-github Minor
@medusajs/auth-google Minor
@medusajs/file-local Minor
@medusajs/file-s3 Minor
@medusajs/fulfillment-manual Minor
@medusajs/locking-postgres Minor
@medusajs/locking-redis Minor
@medusajs/notification-local Minor
@medusajs/notification-sendgrid Minor
@medusajs/payment-stripe Minor
@medusajs/js-sdk Minor
@medusajs/modules-sdk Minor
@medusajs/orchestration Minor
@medusajs/types Minor
@medusajs/workflows-sdk Minor
@medusajs/medusa-oas-cli Minor
@medusajs/oas-github-ci Minor
@medusajs/telemetry Minor
@medusajs/admin-sdk Minor
@medusajs/admin-shared Minor
@medusajs/admin-vite-plugin Minor
@medusajs/icons Minor
@medusajs/toolbox Minor
create-medusa-app Minor
medusa-dev-cli Minor

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

Copy link

vercel bot commented Jan 22, 2025

@LeroySteding is attempting to deploy a commit to the medusajs Team on Vercel.

A member of the Team first needs to authorize it.

riqwan and others added 19 commits January 22, 2025 19:27
…#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
**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
* 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 LeroySteding requested review from a team as code owners January 22, 2025 18:28
@sradevski
Copy link
Member

@LeroySteding It seems something is messed up with the PR, please ensure only the necessary changes are included and all validations are passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.