Add Ukrainian localization (#2336)
This commit is contained in:
parent
1f38e9b197
commit
401b3401c7
6 changed files with 2692 additions and 1 deletions
|
@ -41,6 +41,10 @@ export async function dynamicActivate(locale: AppLanguage) {
|
|||
mod = await import(`./locales/pt-BR/messages`)
|
||||
break
|
||||
}
|
||||
case AppLanguage.uk: {
|
||||
mod = await import(`./locales/uk/messages`)
|
||||
break
|
||||
}
|
||||
default: {
|
||||
mod = await import(`./locales/en/messages`)
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue