Updated i18n to use multiple domains

This commit is contained in:
Duncan Sommerville 2014-11-04 17:00:59 -05:00
parent 5275669211
commit eef7116142

View file

@ -0,0 +1,7 @@
<?php
// Global functions for translating domain-specific strings
function _pro($str) {
return dgettext("pro", $str);
}