Skip to content

Instantly share code, notes, and snippets.

@mofukuma
Last active December 16, 2015 02:29
Show Gist options
  • Save mofukuma/5363259 to your computer and use it in GitHub Desktop.
Save mofukuma/5363259 to your computer and use it in GitHub Desktop.
transdb.jsonの使用方法 ※HTML5 (jQuery使用時)
$.get("http://mfk.sakura.ne.jp/sblo_files/kumaden/image/transdb.json", function(data){
var langdb = eval(data);
console.log( langdb["JA"]["FREE to download"] ); //ロケール→英文で指定
});
//結果
//> 無料ダウンロード
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment