From fbd771efb34291ab0079efbda22fe1b5111e42b3 Mon Sep 17 00:00:00 2001 From: Yaya MNH48 Date: Tue, 20 Jan 2026 13:06:04 +0800 Subject: [PATCH] change to use actual language code for directory, etc - changed the directory for pages written in Malay from `bm` to `ms` to follow ISO 639 set 1 tags instead of using abbreviation of the language (bm is abbreviation of bahasa melayu / malaysia) - changed the links and cookie setting to use `ms` instead of `bm` - also added language tag to the HTML pages so that browser and screen readers would know what language the page is written in --- en/index.html | 4 ++-- index.html | 4 ++-- {bm => ms}/index.html | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) rename {bm => ms}/index.html (96%) diff --git a/en/index.html b/en/index.html index 0df530a..e6fd84b 100644 --- a/en/index.html +++ b/en/index.html @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@

sibermerdeka - the tropical cyberspace!

Wiki↪
  • - EN / BM + EN / BM
  • diff --git a/index.html b/index.html index d293d34..ed9be02 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ if (browserLang.startsWith('en')) { window.location.href = '/en/'; } else { - window.location.href = '/bm/'; + window.location.href = '/ms/'; } } @@ -25,6 +25,6 @@ English - Bahasa Malaysia + Bahasa Malaysia \ No newline at end of file diff --git a/bm/index.html b/ms/index.html similarity index 96% rename from bm/index.html rename to ms/index.html index ae70dda..3a868b5 100644 --- a/bm/index.html +++ b/ms/index.html @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@