Updated i18n to use multiple domains
This commit is contained in:
parent
5275669211
commit
eef7116142
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
// Global functions for translating domain-specific strings
|
||||
|
||||
function _pro($str) {
|
||||
return dgettext("pro", $str);
|
||||
}
|
Loading…
Reference in New Issue