Skip to content

Commit d8e306e

Browse files
authored
Merge pull request #86 from Fabulously-Optimized/bahasa-melayu
Update nuxt.config.ts
2 parents 15a840b + 8ef2e68 commit d8e306e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nuxt.config.ts

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ function capitalize(string: any) {
1515

1616
function getName(lang) {
1717
switch(lang) {
18+
case 'ms':
19+
return 'Bahasa Melayu';
1820
case 'ms-arab':
1921
return 'بهاس ملايو';
2022
default:

0 commit comments

Comments
 (0)