From fde3d7056b87683b5c928674ea5d56f7d029fd52 Mon Sep 17 00:00:00 2001 From: Yuri Date: Tue, 19 Dec 2023 20:41:29 +0100 Subject: [PATCH] Update "View" translation in IT (#60) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MikoĊ‚aj Pich --- langs5/it.js | 2 +- patches/60.diff | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 patches/60.diff diff --git a/langs5/it.js b/langs5/it.js index dc294f4..d0c46f4 100644 --- a/langs5/it.js +++ b/langs5/it.js @@ -260,7 +260,7 @@ tinymce.addI18n('it',{ "File": "File", "Edit": "Modifica", "Insert": "Inserisci", -"View": "Visualiza", +"View": "Visualizza", "Format": "Formato", "Table": "Tabella", "Tools": "Strumenti", diff --git a/patches/60.diff b/patches/60.diff new file mode 100644 index 0000000..f77a4f1 --- /dev/null +++ b/patches/60.diff @@ -0,0 +1,13 @@ +diff --git a/langs5/it.js b/langs5/it.js +index dc294f4..d0c46f4 100644 +--- a/langs5/it.js ++++ b/langs5/it.js +@@ -260,7 +260,7 @@ tinymce.addI18n('it',{ + "File": "File", + "Edit": "Modifica", + "Insert": "Inserisci", +-"View": "Visualiza", ++"View": "Visualizza", + "Format": "Formato", + "Table": "Tabella", + "Tools": "Strumenti",