feat(locale): add Bengali (বাংলা) language (#3321)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
B. Jonson
2025-02-15 23:45:54 +06:00
committed by GitHub
parent f0553ebb49
commit 1d09a2aa35
3 changed files with 57 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ const props = withDefaults(defineProps<{
function getEmojiFlag(locale: string): string {
const languageToCountry: Record<string, string> = {
ar: 'sa',
bn: 'bd',
cs: 'cz',
da: 'dk',
el: 'gr',