feat: add Polish, Dutch and Portuguese translations
This commit is contained in:
parent
8b90b8f6a8
commit
80664b6182
1 changed files with 7 additions and 4 deletions
|
@ -19,6 +19,9 @@ export const availableLanguages = {
|
|||
'vi-VN': 'Tiếng Việt',
|
||||
'it-IT': 'Italiano',
|
||||
'cs-CZ': 'Čeština',
|
||||
'pl-PL': 'Polski',
|
||||
'nl-NL': 'Nederlands',
|
||||
'pt-PT': 'Português',
|
||||
}
|
||||
|
||||
const loadedLanguages = ['en'] // our default language that is preloaded
|
||||
|
|
Loading…
Add table
Reference in a new issue