Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/setup/src/Magento/Setup/Test/Unit/Module/I18n/Parser/Adapter/_files/
Upload File :
Current File : //home/rtorresani/www/setup/src/Magento/Setup/Test/Unit/Module/I18n/Parser/Adapter/_files/file.js

/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

(function() {
    $.mage.__('Phrase 1');
    $.mage.__('Phrase 1');
    $.mage.__("Phrase 2 %1");
    let message = $t('Field ') + field + $t(' is required.');
    let html = $t('Welcome, %1!').replace('%1', 'John Doe');
});