gettext_with_context_{$domain}

最后更新于:2021-11-26 10:45:23

apply_filters( “gettext_with_context_{$domain}”, string $translation, string $text, string $context, string $domain )

Filters text with its translation based on context information for a domain.

参数

$translation

(string)
Translated text.

$text

(string)
Text to translate.

$context

(string)
Context information for the translators.

$domain

(string)
Text domain. Unique identifier for retrieving translated strings.

源文件

文件: gc-includes/l10n.php

View on Trac