From b7136528493d4276170d85f43d682a615133f0ad Mon Sep 17 00:00:00 2001 From: Yuri Date: Tue, 10 Jan 2023 08:59:11 +0100 Subject: [PATCH 1/2] Create 7.diff --- patches/7.diff | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 patches/7.diff diff --git a/patches/7.diff b/patches/7.diff new file mode 100644 index 0000000..39c3327 --- /dev/null +++ b/patches/7.diff @@ -0,0 +1,18 @@ +diff --git a/langs/it.js b/langs/it.js +index 5ffc0c0..fc89036 100644 +--- a/langs/it.js ++++ b/langs/it.js +@@ -252,10 +252,10 @@ tinymce.addI18n('it',{ + "File": "File", + "Edit": "Modifica", + "Insert": "Inserisci", +-"View": "Visualiza", ++"View": "Visualizza", + "Format": "Formato", + "Table": "Tabella", + "Tools": "Strumenti", + "Powered by {0}": "Fornito da {0}", + "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Premi ALT-F9 per il men\u00f9. Premi ALT-F10 per la barra degli strumenti. Premi ALT-0 per l'aiuto." +-}); +\ No newline at end of file ++}); From 2fa72e4292d14443bd47a0d624925c7223925d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Mon, 16 Jan 2023 21:59:00 +0100 Subject: [PATCH 2/2] Rename patch filename to match PR number --- langs/it.js | 2 +- package-lock.json | 4 ++-- patches/18.diff | 13 +++++++++++++ patches/7.diff | 18 ------------------ 4 files changed, 16 insertions(+), 21 deletions(-) create mode 100644 patches/18.diff delete mode 100644 patches/7.diff diff --git a/langs/it.js b/langs/it.js index 5ffc0c0..6046f38 100644 --- a/langs/it.js +++ b/langs/it.js @@ -252,7 +252,7 @@ tinymce.addI18n('it',{ "File": "File", "Edit": "Modifica", "Insert": "Inserisci", -"View": "Visualiza", +"View": "Visualizza", "Format": "Formato", "Table": "Tabella", "Tools": "Strumenti", diff --git a/package-lock.json b/package-lock.json index 063cfe9..fda09b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tinymce-i18n", - "version": "23.1.9", + "version": "23.1.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tinymce-i18n", - "version": "23.1.9", + "version": "23.1.16", "license": "MIT", "devDependencies": { "js-beautify": "^1.14.3" diff --git a/patches/18.diff b/patches/18.diff new file mode 100644 index 0000000..27b343d --- /dev/null +++ b/patches/18.diff @@ -0,0 +1,13 @@ +diff --git a/langs/it.js b/langs/it.js +index 5ffc0c0..6046f38 100644 +--- a/langs/it.js ++++ b/langs/it.js +@@ -252,7 +252,7 @@ tinymce.addI18n('it',{ + "File": "File", + "Edit": "Modifica", + "Insert": "Inserisci", +-"View": "Visualiza", ++"View": "Visualizza", + "Format": "Formato", + "Table": "Tabella", + "Tools": "Strumenti", diff --git a/patches/7.diff b/patches/7.diff deleted file mode 100644 index 39c3327..0000000 --- a/patches/7.diff +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/langs/it.js b/langs/it.js -index 5ffc0c0..fc89036 100644 ---- a/langs/it.js -+++ b/langs/it.js -@@ -252,10 +252,10 @@ tinymce.addI18n('it',{ - "File": "File", - "Edit": "Modifica", - "Insert": "Inserisci", --"View": "Visualiza", -+"View": "Visualizza", - "Format": "Formato", - "Table": "Tabella", - "Tools": "Strumenti", - "Powered by {0}": "Fornito da {0}", - "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Premi ALT-F9 per il men\u00f9. Premi ALT-F10 per la barra degli strumenti. Premi ALT-0 per l'aiuto." --}); -\ No newline at end of file -+});