Created
February 12, 2020 12:30
-
-
Save ashour/a5e0a46be9848aa9b306b213a5da1265 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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