archetype-themes / plugin-theme-component

A Shopify CLI plugin for building theme components.
MIT License
9 stars 4 forks source link

CLI: Bug with translations #370

Closed fleveillee closed 7 months ago

fleveillee commented 7 months ago

@matoululu and @bertiful have been experiencing issues updating locales with both the dev and the install commands.

fleveillee commented 7 months ago

Fixed here: https://github.com/archetype-themes/plugin-theme-component/pull/371

New translations not taken into account are in the theme, not in the components. This is not a bug, theme liquid files are not scanned for translation tags at the moment, a new feature request should be done and possibly a new command.

Something along the lines of:

shopify theme locales install

shopify theme locales cleanup