// Adds dimensions UUID, Author and Topic into GA4
Sunday, July 13, 2025
27.7 C
Singapore

Duterte wants Philippines renamed

Philippine President Rodrigo Duterte said on Monday he wants to rename the Philippines into “Maharlika,” in an effort to decolonize the country from its Spanish roots.

The name change was pushed by the late former president and ousted dictator Ferdinand Marcos to promote nationalism, to which Duterte agrees.

“Marcos was right. He wanted to change it to Maharlika because that’s a Malay word and it means more of a concept of serenity and peace,” said Duterte in a speech after distributing land titles in Maguindanao.

“[It was named] Philippines because it was discovered by [Ferdinand] Magellan using the money of King Philip,” he said further.

The Philippines was named after King Phillip II and was a Spanish colony for more than 350 years.

“Maharlika” is a word of Malay origin that allegedly means “noblemen.”

It remains unclear whether the administration will push for the name change.

See also  Indonesia races against its ASEAN neighbours, but science needs more collaboration

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });