From 963a78323b0fc8474c0d3b03fdf7577e03454d3b Mon Sep 17 00:00:00 2001 From: Luiz F. A. de PrĂ¡ <rawarkanis@gmail.com> Date: Mon, 27 Dec 2021 13:09:04 +0000 Subject: [PATCH] Update i18n files with missing keys --- i18n/it.toml | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/i18n/it.toml b/i18n/it.toml index 3906bd0..e109c2a 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -35,3 +35,24 @@ [see_also] other = "Vedi anche in" + +[note] +other = "note" + +[tip] +other = "tip" + +[example] +other = "example" + +[question] +other = "question" + +[info] +other = "info" + +[warning] +other = "warning" + +[error] +other = "error" -- Gitblit v1.10.0