You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The strings need to be localizable. I suggest we use the same approach as with the admin-ui, i.e. ngx-translate + ICU message format JSON files.
Should expose the translate pipe via the VendureStorefrontModule for use in the consuming app, so it can use the same i18n infrastructure as the library.
The text was updated successfully, but these errors were encountered:
Started implementing the above plan but ran into an issue where the ng cli does not yet support copying assets from a library. I need this for the translation files of ngx-translate.
See angular/angular-cli#11071. From the discussion there it looks like it may be possible with Angular v8, but I cannot find any documentation about how.
This issue will be put on hold until it is clear how to copy the library assets.
The strings need to be localizable. I suggest we use the same approach as with the admin-ui, i.e. ngx-translate + ICU message format JSON files.
Should expose the
translate
pipe via theVendureStorefrontModule
for use in the consuming app, so it can use the same i18n infrastructure as the library.The text was updated successfully, but these errors were encountered: