We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15a840b + 8ef2e68 commit d8e306eCopy full SHA for d8e306e
nuxt.config.ts
@@ -15,6 +15,8 @@ function capitalize(string: any) {
15
16
function getName(lang) {
17
switch(lang) {
18
+ case 'ms':
19
+ return 'Bahasa Melayu';
20
case 'ms-arab':
21
return 'بهاس ملايو';
22
default:
0 commit comments