You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
214 B
17 lines
214 B
//cn.js
|
|
module.exports = {
|
|
language: {
|
|
name: "kr"
|
|
},
|
|
lange: {
|
|
cn: 'kr-cn',
|
|
en: 'kr-en',
|
|
jp: 'kr-jp',
|
|
kr: 'kr-kr'
|
|
},
|
|
common: {
|
|
search: "search",
|
|
add: "add"
|
|
},
|
|
id: 'kr-id'
|
|
}
|