1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc: add info about strings not translated in functions gettext/ngettext (plugin API reference)

This commit is contained in:
Sébastien Helleu
2017-11-03 22:03:02 +01:00
parent 42d98a6865
commit 1225efe472
4 changed files with 16 additions and 8 deletions
+3 -2
View File
@@ -418,7 +418,7 @@ Arguments:
Return value:
* translated string
* translated string or _string_ if there is no translation available in local language
C example:
@@ -460,7 +460,8 @@ Arguments:
Return value:
* translated string
* translated string or _string_ / _plural_ if there is no translation available
in local language
C example:
+3 -2
View File
@@ -427,7 +427,7 @@ Paramètres :
Valeur de retour :
* chaîne traduite
* chaîne traduite ou _string_ s'il n'y a pas de traduction disponible dans la langue locale
Exemple en C :
@@ -469,7 +469,8 @@ Paramètres :
Valeur de retour :
* chaîne traduite
* chaîne traduite ou _string_ / _plural_ s'il n'y a pas de traduction disponible
dans la langue locale
Exemple en C :
+5 -2
View File
@@ -442,7 +442,8 @@ Argomenti:
Valore restituito:
* stringa tradotta
// TRANSLATION MISSING
* translated string or _string_ if there is no translation available in local language
Esempio in C:
@@ -484,7 +485,9 @@ Argomenti:
Valore restituito:
* stringa tradotta
// TRANSLATION MISSING
* translated string or _string_ / _plural_ if there is no translation available
in local language
Esempio in C:
+5 -2
View File
@@ -424,7 +424,8 @@ const char *weechat_gettext (const char *string);
戻り値:
* 翻訳済み文字列
// TRANSLATION MISSING
* translated string or _string_ if there is no translation available in local language
C 言語での使用例:
@@ -466,7 +467,9 @@ const char *weechat_ngettext (const char *string, const char *plural,
戻り値:
* 翻訳済みの文字列
// TRANSLATION MISSING
* translated string or _string_ / _plural_ if there is no translation available
in local language
C 言語での使用例: