Skip to content

Commit fd3a76a

Browse files
committed
Addressed missing translations
1 parent e5b5778 commit fd3a76a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/builtin.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7584,10 +7584,10 @@ nextnonblank({lnum}) *nextnonblank()*
75847584
ngettext({single}, {plural}, {number}[, {domain}) *ngettext()*
75857585
言語の複数形の規則に基づいて、メッセージの正しい値を含む文字列
75867586
を返す。例: >
7587-
ngettext("File", "Files", 2) # returns "Files"
7587+
ngettext("File", "Files", 2) # "Files" を返す
75887588
<
75897589
|method| としても使用できる: >
7590-
1->ngettext("File", "Files") # returns "File"
7590+
1->ngettext("File", "Files") # "File" を返す
75917591
<
75927592
ドメインパラメータの詳細については、|gettext()| を参照。
75937593

0 commit comments

Comments
 (0)