mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Update website/inject.js
This commit is contained in:
parent
d77756f1b4
commit
ba81c66fed
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ function injectLocaleList () {
|
|||
if (parts.length > 2) {
|
||||
let lang = parts.shift()
|
||||
let country = parts.shift()
|
||||
variant = parts.join('-')
|
||||
variant = parts.join(', ')
|
||||
localeNameWithDash = `${lang}-${country}`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue