[i18n] Re-add gettext emulation

Removed by mistake with 9cc7df51d6#L50
This commit is contained in:
Diogo Peralta Cordeiro 2021-02-21 15:38:46 +00:00
parent 8d84451200
commit eacbd81dfa
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@ foreach ($LC_CATEGORIES as $key => $name) {
}
}
// Emulate if not available.
if (!function_exists('gettext')) {
require_once('php-gettext/gettext.inc');
}
if (!function_exists('dpgettext')) {
/**
* Context-aware dgettext wrapper; use when messages in different contexts