Update flags to support Bahasa Melayu language (#816) (#829)

Update Malaysia flag to support Bahasa Melayu language
This commit is contained in:
ShanaNyaa
2024-06-26 19:29:36 +08:00
committed by GitHub
parent 6151ebb232
commit 3ab1cf1d48
3 changed files with 4 additions and 1 deletions

View File

@@ -300,7 +300,7 @@ speechSynthesis.getVoices();
ltz: 'lb',
mar: 'hi',
mkd: 'mk',
msa: 'id',
msa: 'my',
sco: 'gd',
slk: 'sk',
slv: 'sl',

View File

@@ -178,6 +178,9 @@ span[class='flags'] {
.flags.tok {
background-position: calc(var(--offx) * -1) calc(var(--offy) * -9);
}
.flags.my {
background-position: calc(var(--offx) * -2) calc(var(--offy) * -9);
}
.flags.blank {
background-position: calc(var(--offx) * -4) calc(var(--offy) * -4);
}