Maikel Linke
23c175ea59
Update all locales with the latest Transifex translations
2024-06-07 20:04:53 +10:00
Abdul Aziz Ali
369ea7cd16
Define tax_on_fees i8n key #11680
2024-06-03 13:04:36 +08:00
Abdul Aziz Ali
82f75e344f
Display additional tax total in order #11680
...
Add new text key admin.order.edit.additional_tax_included_in_price
Add spec file for additional tax display. Add new trait for enterprise fee and calculator factory
2024-06-03 12:50:37 +08:00
Filipe
706da37f15
Merge pull request #12507 from mkllnk/connected-apps-super-admin
...
Allow only enterprise managers to connect apps
2024-06-01 18:16:28 +02:00
Maikel Linke
f4a69b4664
Update locales
2024-05-31 12:16:18 +10:00
Filipe
9eaf6c3b9c
Merge pull request #12489 from mkllnk/available-locales
...
More realistic test env for translations
2024-05-30 15:00:36 +02:00
Gaetan Craig-Riou
c81e7f3b5d
Update all locales with the latest Transifex translations
2024-05-29 14:19:54 +10:00
filipefurtad0
0bfa9fe997
Update all locales with the latest Transifex translations
2024-05-24 09:49:20 +01:00
Filipe
88baf5e1de
Merge pull request #12496 from isidzukuri/12355-remove-unused-discourse
...
[12355] Remove discourse
2024-05-23 19:28:02 +01:00
Maikel Linke
968456e5e0
Create special locale for test environment
...
So hopefully we'll notice if our fallback mechanism fails.
2024-05-23 15:10:24 +10:00
Maikel Linke
7b9577b547
Allow only enterprise managers to connect apps
...
Otherwise it doesn't work because non-managers, like super admins, are
not authorised to access enterprise data via the DFC API.
2024-05-23 13:44:47 +10:00
David Cook
3fcc9ac1fa
Move product image edit modal to Turbo Stream
...
Didn't even need to touch the controller, because data-turbo-stream tells it to render the turbo_stream format ✨
But you might notice that it doesn't redirect to the right return_url yet. Let's see if we can use more Turbo to avoid the page refresh..
TODO: also handle empty images
2024-05-22 17:08:58 +10:00
David Cook
f0f2754d7f
Remove now-unused translation
2024-05-21 16:33:49 +10:00
David Cook
3a3dc9eea5
Update all locales with the latest Transifex translations
2024-05-16 16:17:30 +10:00
Filipe
b67eba2130
Merge pull request #12454 from arunguleria/12372-Add-MissingTranslations
...
12372-[Admin] Missing translations page titles
2024-05-15 20:39:22 +01:00
cyrillefr
9b10b73a65
Delete Button missing before saving variant
...
- used the remove option of stimulus-components/rails-nested-form lib
- add the Remove option in the menu
- the corresponding spec
- the locale
2024-05-14 11:25:22 +10:00
Maikel Linke
3e9ca641ce
Update all locales with the latest Transifex translations
2024-05-10 10:18:08 +10:00
Arun Guleria
c84be2f396
12372-Add missing translation page titles
2024-05-09 15:12:03 +05:30
Ahmed Ejaz
15ee4f6619
11060: add specs
2024-05-07 14:59:14 +02:00
Ahmed Ejaz
b577a81f48
11060 - add tax category field
2024-05-07 14:59:14 +02:00
Maikel Linke
2e004a026b
Update all locales with the latest Transifex translations
2024-05-02 11:54:34 +10:00
Gaetan Craig-Riou
94e3eee793
Update all locales with the latest Transifex translations
2024-05-01 14:44:57 +10:00
filipefurtad0
57f148564c
Update all locales with the latest Transifex translations
2024-04-25 16:32:56 +01:00
David Cook
b5cdee3d65
Rename translation key
...
So that it can be used for more general purposes.
2024-04-23 16:48:52 +10:00
Konrad
8e7f4ff908
Merge pull request #12333 from chahmedejaz/bugfix/12294-wrong-tax-category-display
...
[BUU] Fix Wrong Tax Category Display
2024-04-20 11:42:05 +02:00
Rachel Arnould
2090bc1b47
Merge pull request #12361 from dacook/buu/add-turbo
...
[BUU] Add Turbo for dynamic page loading
2024-04-19 11:44:17 +02:00
David Cook
38a4bfe98b
Update all locales with the latest Transifex translations
2024-04-18 16:54:16 +10:00
David Cook
508ebab75b
Add loading spinner to turbo frame
...
That was surprisingly easy. Note that it's still shared with SR.
It hides a bit early though: when the web response returns, but before the DOM has been rendered. Something to optimise in the future.
2024-04-17 15:17:59 +10:00
filipefurtad0
91769574e3
Removes unecessary key your_cart_is_empty
2024-04-15 15:16:30 +01:00
filipefurtad0
bfd4b730f2
Combines keys taxon_edit and taxonomy_edit
2024-04-15 15:07:52 +01:00
filipefurtad0
83c74bcc77
Updates existing translation on master
...
Done to prevent/fix merge conflicts
2024-04-15 15:05:53 +01:00
filipefurtad0
4a7cb601e6
Added missing keys
...
Adds string to missing key
To be squashed
2024-04-15 15:05:53 +01:00
filipefurtad0
08ccdf07c9
Adds missing key thank_you_for_your_order
2024-04-15 15:05:53 +01:00
filipefurtad0
8f07ff49ac
Adds missing keys
2024-04-15 15:05:53 +01:00
filipefurtad0
eb82e30cf6
Adds keys spree.editing_state and spree.back_to_states_list
2024-04-15 15:05:53 +01:00
filipefurtad0
8db716f047
Adds missing key card_type_is
2024-04-15 15:05:53 +01:00
filipefurtad0
3e27a34971
Adds missing key instance_publishable_key
2024-04-15 15:05:53 +01:00
Maikel Linke
97eef4cfcd
Update all locales with the latest Transifex translations
2024-04-12 14:05:46 +10:00
Ahmed Ejaz
ec61cff387
12332 - Fix rubocop Rails/I18nLocaleTexts errors
...
- Add en locales for the hardcodded strings
2024-04-11 10:14:50 +10:00
David Cook
fd8be37a62
Use shared page controls on products screen
...
This has an auto submit and can potentially work with Turbo, like on the Orders screen.
2024-04-10 15:17:56 +01:00
Maikel Linke
91803953fe
Point connect app URL to new n8n server
2024-04-05 15:35:03 +11:00
Maikel Linke
e00156a8d4
Make URL to connect app translatable
...
Instance managers can now change the URL in Transifex to use their own
API endpoint.
2024-04-05 14:57:13 +11:00
Ahmed Ejaz
0887f0676f
12294 - Fix Wrong Tax Category Display
...
- Only display the tax_category name if the tax_category_id is present
- tax_category is overriden in the variant model
- if tax category is not present, then return the default tax category
2024-04-04 06:06:23 +05:00
Gaetan Craig-Riou
12cf626202
Update all locales with the latest Transifex translations
2024-04-03 16:48:50 +11:00
Matt-Yorkley
2743a8183d
Disable sorting by user-defined product category order
2024-04-02 09:33:34 +11:00
Matt-Yorkley
c805486f0a
Update attribute translations
2024-04-02 09:27:36 +11:00
Maikel
d8641bf576
Merge pull request #12268 from dacook/buu/change-variant-unit-11061
...
[BUU] Change variant unit values
2024-03-28 16:19:33 +11:00
David Cook
4498e91e90
Update all locales with the latest Transifex translations
2024-03-28 16:18:36 +11:00
David Cook
436f733213
Add variant unit fields
...
Unfortunately we can't use an input[type=number] because you're allowed to type text for unit_description.
These fields will be conditionally shown/hidden in upcoming steps.
2024-03-27 14:34:31 +11:00
Maikel Linke
42520216aa
Update all locales with the latest Transifex translations
2024-03-22 15:34:25 +11:00