Skip to content

Commit

Permalink
Add Papiamento locale
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikL committed Jan 22, 2024
1 parent dfa8bdd commit 552ce6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,12 @@ const locales = [
"code": "as",
"flag": "🇮🇳",
},
{
"native": "Papiamentu",
"en": "Papiamento",
"code": "pap",
"flag": "🇨🇼",
},
]

export default locales
5 changes: 5 additions & 0 deletions src/views/Languages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,11 @@ export default {
"en": "Assamese",
"code": "as",
},
{
"native": "Papiamentu",
"en": "Papiamento",
"code": "pap",
},
]
}
},
Expand Down

0 comments on commit 552ce6f

Please sign in to comment.