![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/setup/src/Magento/Setup/Test/Unit/Module/I18n/Parser/Adapter/_files/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> </head> <body> <p>{{trans 'Phrase 1'}}</p> <span> {{trans "Phrase 2 with %a_lot of extra info for the brilliant %customer_name." %a_lot="$order.foo" %customer_name=$customer_name }} </span> <label data-bind="i18n: 'This is test data', attr: {for: 'more-test-data-'}"></label> <label data-bind="I18N: 'This is test data with uppercase binding', attr: {for: 'more-test-data-'}"></label> <label data-bind="attr: {for: 'more-test-data-' + $parent.getCode()}"><span data-bind="i18n: 'This is test data at right side of attr'"></span></label> <label data-bind="i18n: 'This is \' test \' data', attr: {for: 'more-test-data-' + $parent.getCode()}"></label> <label data-bind="i18n: 'This is \" test \" data', attr: {for: 'more-test-data-' + $parent.getCode()}"></label> <label data-bind="i18n: 'This is test data with a quote after''"></label> <label data-bind="i18n: 'This is test data with space after ' ' "></label> <label data-bind="i18n: ''"></label> <label data-bind="i18n: '\''"></label> <label data-bind="i18n: '\\\\ '"></label> <span><translate args="'This is test content in translate tag'" /></span> <span><TRANSLATE args="'This is test content in the uppercase translate tag'" /></span> <span translate="'This is test content in translate attribute'"></span> <span TRANSLATE="'This is test content in uppercase translate attribute'"></span> <a data-bind="attr: { title: $T('This is test data for invalid attribute translation'), href: '#'} "></a> <a data-bind="attr: { title: $t('This is \' test \' data for attribute translation with single quotes'), href: '#'} "></a> <a data-bind="attr: { title: $t('This is test data for attribute translation with a quote after\'\''), href: '#'} "></a> <a data-bind="attr: { title: $t('This is test data for attribute translation with a quote after\' \' '), href: '#'} "></a> <input type="text" data-bind="attr: { placeholder: $t('Attribute translation - Placeholder'), title: $t('Attribute translation - Title') }" /> </body> </html>