Skip to content

Instantly share code, notes, and snippets.

@jkuchar
Last active March 26, 2020 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkuchar/026b2b242b627d5c9c685f7c344c4101 to your computer and use it in GitHub Desktop.
Save jkuchar/026b2b242b627d5c9c685f7c344c4101 to your computer and use it in GitHub Desktop.
4-icu-with-xml.php
<?php
$link = Html::el('a')->href('https://somewhere');
translate('cannotContinue', [
'linkStart' => $link->startTag(),
'linkEnd' => $link->endTag(),
])
msgid "cannotContinue"
msgstr "You cannot continue, {linkStart}click here{linkEnd} to fix the problem."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment