Locale and changelog
This commit is contained in:
parent
db1c33d1fe
commit
6275f257ac
2 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,7 @@ All notable, unreleased changes to this project will be documented in this file.
|
||||||
- Change plural form of "informations" to "information" strings across the app #722 by @mmarkusik
|
- Change plural form of "informations" to "information" strings across the app #722 by @mmarkusik
|
||||||
- Fix misaligned rich text draft controls - #725 by @orzechdev
|
- Fix misaligned rich text draft controls - #725 by @orzechdev
|
||||||
- Allow taxes to be configured per product - #728 by @dominik-zeglen
|
- Allow taxes to be configured per product - #728 by @dominik-zeglen
|
||||||
|
- Add default variant indicator for variant nav - #741 by @krzysztofwolski
|
||||||
- Fix style of product type attributes empty table - #744 by @orzechdev
|
- Fix style of product type attributes empty table - #744 by @orzechdev
|
||||||
- Fix order draft back button redirect - #753 by @orzechdev
|
- Fix order draft back button redirect - #753 by @orzechdev
|
||||||
|
|
||||||
|
|
|
@ -4516,6 +4516,10 @@
|
||||||
"context": "button",
|
"context": "button",
|
||||||
"string": "Choose photos"
|
"string": "Choose photos"
|
||||||
},
|
},
|
||||||
|
"src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1120495519": {
|
||||||
|
"context": "default variant label",
|
||||||
|
"string": "default"
|
||||||
|
},
|
||||||
"src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": {
|
"src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": {
|
||||||
"context": "section header",
|
"context": "section header",
|
||||||
"string": "Variants"
|
"string": "Variants"
|
||||||
|
|
Loading…
Reference in a new issue