Skip to content

Instantly share code, notes, and snippets.

@ashour
Created February 12, 2020 12:30
Show Gist options
  • Save ashour/a5e0a46be9848aa9b306b213a5da1265 to your computer and use it in GitHub Desktop.
Save ashour/a5e0a46be9848aa9b306b213a5da1265 to your computer and use it in GitHub Desktop.
<?php
require_once dirname(__FILE__) . '/i18n/I18n.php';
function __($key, $replacements = [])
{
return I18n::__($key, $replacements);
}
function lang()
{
return I18n::lang();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment