Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
When store has Translate & Adapt app installed, the translations should be connected to every version of same theme. So for those created in the process bellow also.
Process:
- Pull latest live version of the theme -
shopify theme pull
- Do local changes
- Push your changes with
shopify theme push -u -t "New name"
Actual behavior
When you push local theme changes with shopify theme push -u -t "New name" the new theme is created, but it also "disconnected" from the Translate & Adapt app translations (no translations to the templates). If you instead duplicate the original theme and then push local changes with shopify theme push -t xxxxxx (xxxxxx - id of the duplicated theme) then all of the translations works fine.
Stack trace
No response
Reproduction steps
- Pull latest live version of the theme -
shopify theme pull
- Do local changes
- Push your changes with
shopify theme push -u -t "New name"
- Your new theme has missing translations from the Translate & Adapt app
Operating System
macOS 11.6
Shopify CLI version (check your project's package.json if you're not sure)
3.44.1
Shell
zsh
Node version (run node -v if you're not sure)
v19.4.0
What language and version are you using in your application?
No response
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
When store has Translate & Adapt app installed, the translations should be connected to every version of same theme. So for those created in the process bellow also.
Process:
shopify theme pullshopify theme push -u -t "New name"Actual behavior
When you push local theme changes with
shopify theme push -u -t "New name"the new theme is created, but it also "disconnected" from the Translate & Adapt app translations (no translations to the templates). If you instead duplicate the original theme and then push local changes withshopify theme push -t xxxxxx(xxxxxx - id of the duplicated theme) then all of the translations works fine.Stack trace
No response
Reproduction steps
shopify theme pullshopify theme push -u -t "New name"Operating System
macOS 11.6
Shopify CLI version (check your project's
package.jsonif you're not sure)3.44.1
Shell
zsh
Node version (run
node -vif you're not sure)v19.4.0
What language and version are you using in your application?
No response