Skip to content

Commit

Permalink
Update flags to support Bahasa Melayu language (vrcx-team#816) (vrcx-…
Browse files Browse the repository at this point in the history
…team#829)

Update Malaysia flag to support Bahasa Melayu language
  • Loading branch information
ShanaNyaa authored and Natsumi-sama committed Jun 26, 2024
1 parent 16996b1 commit 5d1f6a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file modified html/images/flags.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion html/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ speechSynthesis.getVoices();
ltz: 'lb',
mar: 'hi',
mkd: 'mk',
msa: 'id',
msa: 'my',
sco: 'gd',
slk: 'sk',
slv: 'sl',
Expand Down
3 changes: 3 additions & 0 deletions html/src/flags.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 5d1f6a4

Please sign in to comment.