Kasper Fabricius Kristensen and GitHub
f7e9829881
fix(admin-ui): Prevent oversized product request in Price List domain ( #5535 )
...
* fix(admin-ui): Prevent oversized product request in Price List domain
* add changeset
2023-11-02 17:05:08 +01:00
Kasper Fabricius Kristensen and GitHub
8e48be58ef
fix(admin-ui): Make regions in tax setting scrollable ( #5530 )
...
* fix overflow
* intersection observer and changeset
2023-11-02 13:03:45 +01:00
309c82e175
chore: Version Packages ( #5454 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-01 08:19:58 +01:00
Kunal Agrawal and GitHub
201b35cd31
feat(admin-ui): add Hindi Translation ( #5452 )
2023-10-31 16:53:52 +01:00
Ramzi Youssef and GitHub
4ce8279d25
fix(admin-ui): Enhanced 'activity-drawer' visibility with z-index adjustment ( #5315 )
2023-10-31 14:39:13 +01:00
pepijn-vanvlaanderen and GitHub
2057d3b247
fix(admin-ui) Custom batch job activity card ( #5288 )
2023-10-31 11:22:28 +01:00
huuduc2312 and GitHub
ca05436fc1
feat(admin-ui): add Vietnamese translation ( #5442 )
2023-10-31 10:36:05 +01:00
Oli Juhl and GitHub
397da6c2ba
fix(admin-ui): TIP in shipping option creation ( #5356 )
...
* fix(admin-ui): TIP in shipping option creation
* Create six-pigs-return.md
2023-10-30 15:17:34 +01:00
Yersultan and GitHub
3e5c6f5d8c
feat(admin-ui): Add Russian translation ( #5142 )
2023-10-30 15:12:49 +01:00
Kasper Fabricius Kristensen and GitHub
b69f182571
fix(admin-ui): modify webpack config to prevent throwing sourcemap errors ( #5484 )
2023-10-30 12:06:58 +01:00
725ba9bb9b
feat(admin-ui): Added Ukrainian translations ( #5084 )
...
Co-authored-by: Victor Gerbrands <42065266+VariableVic@users.noreply.github.com >
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-10-26 20:23:02 +02:00
Prajjwal Kumar and GitHub
ec2b8414db
feat(admin-ui): add Tamil translation ( #5463 )
...
* feat(admin-ui): added translations for tamil language
* feat(admin-ui): added the language in i18
2023-10-26 16:50:01 +02:00
Kasper Fabricius Kristensen and GitHub
ea2ee343f0
fix(admin-ui): PriceList bulk editor fixes ( #5456 )
...
* fix: rounding on decimal numbers, wrap in form
* add changeset
* fix: decimal numbers in product details
* fix: resolve an issue where double clicking an already selected cell would freeze it
2023-10-26 09:56:36 +02:00
Oli Juhl and GitHub
ebba93e03d
fix(medusa): Revert status type in API ( #5428 )
2023-10-26 08:11:01 +02:00
Shahed Nasser and GitHub
f08a295ad4
fix(admin-ui): fix analytics config not being saved in invite form ( #5467 )
2023-10-25 12:06:12 +03:00
c0d74bc682
chore: Version Packages ( #5340 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-19 15:58:48 +02:00
3aba6269ed
feat(admin-ui): add Bosnian translation ( #5395 )
...
- Bosnian translation for Admin UI
Resolves: https://github.com/medusajs/medusa/issues/5346
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-10-19 09:00:59 +00:00
d30f4477d9
feat(admin-ui): Add Croatian translation ( #5377 )
...
* feat(admin-ui): Add Croatian translation
* feat(admin-ui): Apply suggestions from code review
Minor fixes in Croatian translation
Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com >
* Create old-laws-clap.md
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com >
2023-10-19 10:23:15 +02:00
0f025ee19b
feat(admin-ui): Correct some German translations ( #5375 )
...
* feat(admin-ui): Correct some German translations
* Correct German translation for returns
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-10-19 10:19:09 +02:00
Oli Juhl and GitHub
a0963f0edf
fix(admin-ui): Remove t() on product.status update ( #5394 )
...
* fix(admin-ui): Remove t() on product.status update
* Create tidy-games-drum.md
2023-10-18 13:50:47 +02:00
3b45fdf135
fix(admin-ui): Create analytics if FF is enabled ( #5367 )
...
Co-authored-by: Philip Korsholm <88927411+pKorsholm@users.noreply.github.com >
2023-10-16 08:01:39 +02:00
Kasper Fabricius Kristensen and GitHub
3376f4ccc1
fix(admin-ui): alias design system packages ( #5358 )
...
* alias design system packages
* add changeset
2023-10-13 14:49:17 -07:00
Kasper Fabricius Kristensen and GitHub
e04927a3cb
fix(admin-ui): Price list domain fixes ( #5339 )
...
**Fixes**
- Fixes an issue where click the Delete button on a table item in the Price List overview would also navigate to the Price Lists page
- Fixes an issue where Region prices were not showing which region they belong to in the Bulk Editor
- Fixes an issue where the wrong widgets were being injected into the Price List domain
**Improvements**
- Align label for Expiry date field
- Add form validation to require setting the prices of at least one product variant when creating or adding prices to a Price List.
- Show a prompt warning if prices have not been set for all selected products in the create and add product flows.
2023-10-12 08:34:46 +00:00
35d5fbe8cc
chore: Version Packages ( #5272 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-06 08:41:24 -07:00
0f34e0f381
feat(admin-ui, medusa, medusa-react, medusa-js): Price List UI revamp ( #5233 )
...
* progress on cleanup
* rm forceMount
* close modal on succesful submit
* fix: invalidate price list query on useAdminCreatePriceListPrices
* sync translation keys
* add last translations
* sync translation keys
* improve tabbing between cells
* add comment
* fix: remove double variant, set collision boundary on column dropdown
* add widgets
* update lock file
* decrease details info size, and add missing status update function
* sync translation keys
* add snapshots and remove min/max
* add missing filter menu for customer groups table
* add translation keys for filter menu
* rm unused code
* Create tall-apricots-run.md
* Update tall-apricots-run.md
* fix: discard invalid paste values
* add translation keys
* bump snapshots + minor fixes
* rm console.log
* bump snapshots
* bump ui packages, and add missing tax inclusive display in New form
* update lock file
* fix filter menu
* update snapshot
* update ui package and fix sub menu position
---------
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-10-06 08:22:25 -07:00
a9703bd370
feat(admin-ui): Add German translation ( #5267 )
...
* Add German Translation for Admin UI
* Update packages/admin-ui/ui/src/i18n/index.ts
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-10-04 15:13:18 -07:00
Alessio and GitHub
c73dbdd5bc
feat(admin-ui): Add Italian translation ( #5282 )
...
Added Italian translation
Any suggestion or improvement is more than welcome.
Thanks
2023-10-04 20:12:51 +00:00
Christian Gil and GitHub
51bd39db66
feat(admin-ui): Add Spanish translations ( #5264 )
...
Added Spanish translations to the Admin UI
2023-10-04 19:04:56 +00:00
dab8a82cc1
chore: Version Packages ( #5171 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-29 14:17:21 -04:00
Peter Abdalla and GitHub
f88e3865a0
feat(admin-ui): Add Arabic translations ( #5140 )
2023-09-27 16:46:21 -04:00
Geoffroy Empain and GitHub
a560e5da29
fix(admin-ui): typos in text ( #5032 )
...
Fixes some typos found while reviewing translations.
Potential improvements in the future: fragmented translations may need merging with `<Trans>`. For example:
```
"analytics-preferences-disclaimer": "Pour créer la meilleure expérience de commerce électronique possible, nous aimerions obtenir des informations sur la manière dont vous utilisez Medusa. Les informations sur les utilisateurs nous permettent de construire des produits meilleurs, plus attrayants et plus utilisables. Nous ne collectons des données que pour améliorer le produit. Lisez quelles données nous recueillons dans notre",
"analytics-preferences-documentation": "documentation",
```
```
"help-dialog-feel-free-to-join-our-community-of": "Feel free to join our community of",
"help-dialog-merchants-and-e-commerce-developers": "merchants and e-commerce developers",
```
```
"upload-modal-drop-your-file-here-or": "Drop your file here, or",
"upload-modal-click-to-browse": "click to browse.",
```
Example from my previous PR with `sales-channels-display-available-count`:
```
<Trans
i18nKey="sales-channels-display-available-count"
availableChannelsCount={availableChannelsCount}
totalChannelsCount={totalChannelsCount}
>
Available in{" "}
<span className="inter-base-semibold text-grey-90">
{{ availableChannelsCount }}
</span>{" "}
out of{" "}
<span className="inter-base-semibold text-grey-90">
{{ totalChannelsCount }}
</span>{" "}
Sales Channels
</Trans>
```
2023-09-22 11:56:14 +00:00
Oli Juhl and GitHub
adb6fb3f7d
fix(admin-ui): Allow nullish values in update variant ( #5173 )
...
* fix(admin-ui): Allow nullish values in update variant
* Create moody-poems-carry.md
2023-09-22 11:34:54 +02:00
Carlos R. L. Rodrigues and GitHub
25dad081b7
fix(admin-ui): translation pt ( #5176 )
...
What:
Fix a couple of words in Portuguese
2023-09-21 18:16:22 +00:00
ed2c31d8e2
chore: Version Packages ( #5157 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-21 08:57:25 +02:00
Oli Juhl and GitHub
78b50ac0c4
fix(admin-ui): Add hook to customer group table ( #5163 )
...
* fix(admin-ui): Add hook to customer group table
* Create many-trains-sort.md
2023-09-20 18:40:51 +02:00
Oli Juhl and GitHub
ef2a12e451
fix(admin-ui): Undefined vars in admin ( #5162 )
...
* fix(admin-ui): Undefined vars in admin
* Create short-hairs-fold.md
2023-09-20 17:03:47 +02:00
Oli Juhl and GitHub
54531e38bc
fix(admin-ui): Patch admin path issue ( #5154 )
2023-09-20 16:31:15 +02:00
Adrien de Peretti and GitHub
8b189d2b90
feat(admin-ui): Add missing attributes translations ( #5155 )
...
* feat(admin-ui): Add missing attributes translations
* Add attributes title
* Create weak-carpets-carry.md
2023-09-20 12:37:12 +02:00
15a1c55def
feat(admin-ui): Add Polish translation ( #5101 )
...
* Add Polish translation
* Create real-carrots-hug.md
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-09-20 12:36:21 +02:00
c5433e2981
chore: Version Packages ( #5083 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-18 18:55:48 +02:00
Oli Juhl and GitHub
299b98c401
fix(admin-ui): Wraps invite route correctly with analytics ( #5118 )
2023-09-18 18:07:54 +02:00
Oli Juhl and GitHub
8772a0722e
fix(admin-ui): Wrap invite route in AnalyticsProvider ( #5111 )
...
* fix(admin-ui): Wrap invite route in AnalyticsProvider
* Create nervous-keys-impress.md
2023-09-18 15:25:12 +02:00
Frane Polić and GitHub
4dd11c8867
fix(admin-ui): modal pointer events ( #5113 )
2023-09-18 15:07:59 +02:00
Didier Guyon and GitHub
254ae8d07f
fix(admin-ui): Typo in Return Reasons subtitle ( #5027 )
2023-09-18 11:41:54 +02:00
Frane Polić and GitHub
4710520c35
fix(admin-ui): fix template expression ( #5103 )
...
**What**
- use template instead of object in render
2023-09-17 20:08:14 +00:00
223a4a4cd9
chore: Version Packages ( #5002 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-15 17:09:34 +02:00
Oli Juhl and GitHub
2a2108fe56
fix(admin-ui): Case sensitive locale detection in prod ( #5082 )
...
* fix(admin-ui): Admin path in i18n
* lowercase locale
2023-09-15 17:08:01 +02:00
Oli Juhl and GitHub
a7459029fe
chore(admin-ui): Add pt-BR to supported languages ( #5080 )
2023-09-15 15:23:17 +02:00
c722440c30
fix(admin-ui): Load translations from path ( #5064 )
...
* fix(admin-ui): Load translations from path
* Create big-oranges-battle.md
* fix: resolve public folder path in dev
---------
Co-authored-by: Kasper <kasper@medusajs.com >
2023-09-15 13:19:24 +02:00
53ffd614b5
feat(admin-ui): pt-BR translations and en version text fixes ( #5066 )
...
# feat(localization): Add pt-BR translation and fix en version text
## Summary
This PR aims to improve Medusa's localization experience. It includes new translations for Brazilian Portuguese (pt-BR) and minor text adjustments in the English version.
## Objectives
- Add Brazilian Portuguese (pt-BR) language support
- Refine text consistency and clarity in the English version
## Details
### 1. Brazilian Portuguese Translations (pt-BR)
New translations have been added to enhance accessibility and user experience for brazilian users.
### 2. Minor Text Adjustments in English
Text in the English version has been adjusted.
## Next Steps
Pending review, additional adjustments may be made based on feedback.
---
I'm looking forward to your feedback and collaboration to further improve this tool. Please review and let me know if any adjustments are required.
Best Regards,
Rodrigo da Hora.
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-09-15 11:03:14 +00:00