Last active
August 29, 2015 14:21
-
-
Save TomoakiNagahara/08aa69c58b42ee85486c to your computer and use it in GitHub Desktop.
oneiece-frameworkで簡単に多言語に対応しよう! ref: http://qiita.com/TomoakiNagahara/items/7340352bd3b0e700a17b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
<script type="text/javascript" src="http://onepiece-framework.com/ja/js/i18n.js"></script> | |
<h1 class="i18n"><b>onepiece-framework</b> is insanely great!!</h1> | |
<p class="i18n">The translation was successful?</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment