mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
fix: export zh_CN locale
This commit is contained in:
parent
998d466bc3
commit
d96f2ee58e
1 changed files with 3 additions and 1 deletions
|
|
@ -1,8 +1,10 @@
|
|||
// Parent
|
||||
import en_US from './en_US'
|
||||
import ru_RU from './ru_RU'
|
||||
import zh_CN form './zh_CN'
|
||||
|
||||
module.exports = {
|
||||
en_US,
|
||||
ru_RU
|
||||
ru_RU,
|
||||
zh_CN
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue