Skip to content

Commit

Permalink
提交
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglinbo committed Jul 15, 2016
1 parent 5f70282 commit 793c0a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/Script/Common.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,10 @@ cc.Class({
ConvertLang:function(key){
var config_lang={};
config_lang['zh-cn']={"pot":"底池","blind":"盲注","mute":"静音","no_think":"忽略思考时间"};
config_lang['thai-th']={"pot":"กองกลาง","blind":"Stakes","mute":"Mute","no_think":"fast-forwward"};
config_lang['en-us']={"pot":"Pot","blind":"Stakes","mute":"Mute","no_think":"fast-forwward"};
config_lang['zh-tw']={"pot":"底池","blind":"盲注","mute":"靜音","no_think":"忽略思考時間"};
config_lang['ko']={"pot":"底池","blind":"맹주","mute":"정음 ","no_think":"忽略思考时间"};
config_lang['thai-th']={"pot":"กองกลาง","blind":"Stakes","mute":"ปิดเสียง","no_think":"fast-forwward"};
config_lang['en-us']={"pot":"Pot","blind":"Stakes","mute":"Mute","no_think":"fast-forwward"};
config_lang['ko']={"pot":"바닥풀 ","blind":"맹주","mute":"정음 ","no_think":"忽略思考时间"};
return config_lang[this.Lang][key];
},
//多语言替换座位
Expand Down
5 changes: 5 additions & 0 deletions assets/resources/splash.gif.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ver": "1.0.0",
"uuid": "14855b17-56e8-473b-8923-ebbe56d4cc81",
"subMetas": {}
}

0 comments on commit 793c0a9

Please sign in to comment.