Skip to content

Commit

Permalink
Update nuxt.config.ts (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 authored Sep 15, 2024
1 parent aeb88ba commit 78c88de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ function getName(lang) {
return 'بهاس ملايو';
case 'zh':
return '中文(香港特別行政區)';
case 'qep':
return 'Anglish';
default:
return capitalize(new Intl.DisplayNames([lang], { type: 'language' }).of(lang));
}
Expand Down

0 comments on commit 78c88de

Please sign in to comment.