mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
All messages translated to french, fixed bugs/typos in some messages
This commit is contained in:
@@ -323,12 +323,14 @@ plugin_api_info_get (struct t_weechat_plugin *plugin, char *info)
|
||||
if (!plugin || !info)
|
||||
return NULL;
|
||||
|
||||
/* below are infos that do NOT need server to return info */
|
||||
|
||||
if (string_strcasecmp (info, "version") == 0)
|
||||
{
|
||||
return strdup (PACKAGE_VERSION);
|
||||
}
|
||||
if (string_strcasecmp (info, "date") == 0)
|
||||
{
|
||||
return strdup (__DATE__);
|
||||
}
|
||||
else if (string_strcasecmp (info, "dir_separator") == 0)
|
||||
{
|
||||
return strdup (DIR_SEPARATOR);
|
||||
|
||||
Reference in New Issue
Block a user