Shopify / shopify-app-template-php

263 stars 85 forks source link

Add recommendation and config for i18n-ally #458

Closed mkevinosullivan closed 12 months ago

mkevinosullivan commented 1 year ago

WHY are these changes introduced?

i18next-shopify (and associated dependencies) was recently added to this template repo (in the web/frontend folder). This commit recommends the i18n-ally VS Code extension to aide in internationalization/translation efforts.

WHAT is this pull request doing?

Adds lokalise.i18n-ally to .vscode/extensions.json file (recommendation) and adds .vscode/settings.json file with appropriate i18n-ally configuration for this template.

Note

https://github.com/lokalise/i18n-ally/pull/949 needs to be merged and released before this PR can be merged.