mirror of
https://github.com/wharfkit/transact-plugin-mock.git
synced 2026-07-21 18:03:42 +00:00
Use iso locale names
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import en from './en.json'
|
||||
import ko from './ko.json'
|
||||
import zh_hans from './zh_hans.json'
|
||||
import zh_hant from './zh_hant.json'
|
||||
import zh_hans from './zh-hans.json'
|
||||
import zh_hant from './zh-hant.json'
|
||||
|
||||
export default {
|
||||
en,
|
||||
ko,
|
||||
zh_hans,
|
||||
zh_hant,
|
||||
'zh-Hans': zh_hans,
|
||||
'zh-Hant': zh_hant,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user