Updated i18n to use multiple domains
This commit is contained in:
parent
5275669211
commit
eef7116142
1 changed files with 7 additions and 0 deletions
7
airtime_mvc/application/common/LocaleHelper.php
Normal file
7
airtime_mvc/application/common/LocaleHelper.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
// Global functions for translating domain-specific strings
|
||||||
|
|
||||||
|
function _pro($str) {
|
||||||
|
return dgettext("pro", $str);
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue