Problem: Some error messages are not marked for translation.
Solution: Surround the messages in _(). (closes #12356)
// pum_size being zero.
if (pum_size <= 0)
{
- emsg(e_menu_only_exists_in_another_mode);
+ emsg(_(e_menu_only_exists_in_another_mode));
return;
}
return;
if (sid <= 0)
{
- semsg(e_invalid_value_for_argument_str_str, "sid",
+ semsg(_(e_invalid_value_for_argument_str_str), "sid",
tv_get_string(&sid_di->di_tv));
return;
}
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1523,
/**/
1522,
/**/
dest_type = lhs->lhs_type->tt_type;
if (dest_type == VAR_DICT && range)
{
- emsg(e_cannot_use_range_with_dictionary);
+ emsg(_(e_cannot_use_range_with_dictionary));
return FAIL;
}
if (dest_type == VAR_DICT