1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

core: update translations (closes #1245, closes #1257)

This commit is contained in:
Sébastien Helleu
2020-05-16 14:27:59 +02:00
parent aa86d82796
commit f500c972dd
21 changed files with 188 additions and 16 deletions
+3 -2
View File
@@ -1865,8 +1865,9 @@ plugin_api_info_init ()
"focus_info",
N_("get focus info"),
/* TRANSLATORS: please do not translate key names (enclosed by quotes) */
N_("\"x\": x coordinate, \"y\": y coordinate"),
N_("see hook_focus in Plugin API reference"),
N_("\"x\": x coordinate (string with integer >= 0), "
"\"y\": y coordinate (string with integer >= 0)"),
N_("see function \"hook_focus\" in Plugin API reference"),
&gui_focus_info_hashtable_gui_focus_info_cb, NULL, NULL);
/* WeeChat core infolist hooks */