u
This commit is contained in:
12
i18n.js
12
i18n.js
@@ -1,14 +1,8 @@
|
||||
module.exports = {
|
||||
langSet: {
|
||||
enUS: 'English',
|
||||
zhCN: '中文',
|
||||
jpJP: '日本語',
|
||||
krKR: '한국어',
|
||||
ruRU: 'русский',
|
||||
esES: 'Español',
|
||||
},
|
||||
landSet: require('./i18n-land.js'),
|
||||
langSet: require('./i18n-languages.js'),
|
||||
landSet: require('./i18n-lands.js'),
|
||||
currencySet: require('./i18n-currencies.js'),
|
||||
cryptocoinSet: require('./i18n-cryptocoins.js'),
|
||||
validatePhone ({ phone } = {}) {
|
||||
try {
|
||||
let [fullphone, areacode, callnumber] = /^\+(\d{1,3})-(\d{7,11})$/.exec(phone)
|
||||
|
||||
Reference in New Issue
Block a user