-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to add Translation for CMS page and CMS block #164
Comments
Hello. For this you should rather create separate blocks and assign them to proper store views. What is the advantage of your approach? |
When we have more stores its hectic to make same change in all blocks just for text when html is same at that time this approach can be useful. for html changes old approch is always there. |
Hello. This is not currently planned. We encourage you to contribute code to improve it. Maybe with custom variables functionality? |
@mage2-team i made some code to add this as a feature. should i open a new issue or can you reopen this one so i can submit a pull request? keep rocking, v2 looks amazing. |
For the record, there is natively the
or
|
[Folks] Asynchronous Operations Framework
Is the {{trans directive documented somewhere on this matter? |
- Merge Pull Request magento/graphql-ce#164 from comwrap/graphql-ce:139-show-only-active-categories - Merged commits: 1. ff64826 2. ea8ea88 3. 0d52d0d 4. ce63f2a 5. 05c40e8 6. b777343 7. e2c9ac0 8. dfcac0c 9. 8038f6e 10. cd8b01b 11. 1d622d4 12. 6ac61ae 13. 1495087 14. 258a2d1 15. 20306a4 16. 46ca622 17. 754e391
MC-7710 Backport for MC-11438
…ssues/159 Magento2 login as customer/issues/159
BUG#ACP2E-349: Product's price is not correct inside wishlist when custom option is selected
As all know in magento .phtml we can translate text by using
__('text to translate'); ?>but it is not possible to do in cms pages and blocks
if we can use following directive in cms page or static block
{{translate text="text to translate"}}
then it will be very useful and store owner can work with very less block and pages instead of duplicating same block or page for multiple stores where text change required.
if we add this functionality to magento core then it can be very useful.
Ref : http://www.lotusseedsdesign.com/blog/extend-the-use-of-links-phtml
The text was updated successfully, but these errors were encountered: