ngettext_{$domain}

最后更新于:2021-11-27 11:04:50

apply_filters( “ngettext_{$domain}”, string $translation, string $single, string $plural, string $number, string $domain )

Filters the singular or plural form of a string for a domain.

参数

$translation

(string)
Translated text.

$single

(string)
The text to be used if the number is singular.

$plural

(string)
The text to be used if the number is plural.

$number

(string)
The number to compare against to use either the singular or plural form.

$domain

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

源文件

文件: gc-includes/l10n.php

View on Trac