The Daily Psyop

Where Skepticism Meets Insight

News

Turkey’s Erdogan threatens to invade Israel

Turkey’s Erdogan threatens to invade Israel

The Turkish president did not specify the sort of intervention.

MEE staff

Sun, 07/28/2024 – 23:45

Turkish President Tayyip Erdogan attends a military parade to mark the 1974 Turkish invasion of Cyprus on 20 July (Reuters)

Turkish President Recep Tayyip Erdogan said his country might enter Israel as it did with Libya and Nagorno-Karabakh; in order to help the Palestinians.

“We must be very strong so that Israel can’t do these ridiculous things to Palestine. Just like we entered Karabakh, just like we entered Libya, we might do similar to them,” he said during a meeting of his ruling AK Party in his hometown of Rize.

“There is no reason why we cannot do this … We must be strong so that we can take these steps,” Erdogan added in the meeting, which was televised.

Israeli Foreign Minister Israel Katz responded to Erdogan’s comments saying on X that the Turkish President is “following Saddam Hussein’s footsteps and threatens to attack Israel”.

Katz said Erdogan should “remember what happened there and how it ended”.

Erdogan was referring to his country’s military intervention in Libya in 2020 to support the UN recognised government of National Accord of Libya.

Last year, Turkey said it was using “all means” including military, to support Azerbaijan, which launched a military operation in Nagorno-Karabakh. Turkey denied, however, any direct intervention in Azerbaijan’s military operations there.

Leave a Reply

Your email address will not be published. Required fields are marked *

document.addEventListener("DOMContentLoaded", function () { // Get all category links const categoryLinks = document.querySelectorAll(".tg-post-categories > a"); const categoriesToHide = new Set(); // Iterate through all categories and identify parents categoryLinks.forEach((link) => { const href = link.getAttribute("href"); // Extract category hierarchy after "/category/" const categoryPath = href.split("/category/")[1]?.split("/"); if (categoryPath && categoryPath.length > 1) { // Mark parent categories for hiding for (let i = 0; i < categoryPath.length - 1; i++) { const parentCategoryPath = `/category/${categoryPath.slice(0, i + 1).join("/")}/`; categoriesToHide.add(parentCategoryPath); } } }); // Hide parent categories if their children are displayed categoryLinks.forEach((link) => { const href = link.getAttribute("href"); if (categoriesToHide.has(href)) { link.style.display = "none"; } }); });