Skip to content

Commit

Permalink
Update nuxt.config.ts (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 authored Sep 15, 2024
1 parent 5db77d1 commit 22f87a1
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 @@ -19,6 +19,8 @@ function getName(lang) {
return 'Bahasa Melayu';
case 'ms-arab':
return 'بهاس ملايو';
case 'zh':
return '中文(香港特別行政區)';
default:
return capitalize(new Intl.DisplayNames([lang], { type: 'language' }).of(lang));
}
Expand Down

0 comments on commit 22f87a1

Please sign in to comment.