Fix for making ja start game text break lines in the right places.

This commit is contained in:
Nick Winter 2015-02-23 15:57:43 -08:00
parent b40af42b60
commit 88c55fa7fd
2 changed files with 2 additions and 2 deletions
app

View file

@ -3,7 +3,7 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
slogan: "ゲームをプレイしてコードを学びましょう"
no_ie: "大変申し訳ありませんが、ご利用のブラウザIE8以下はサポートされていません。(ChromeやFirefoxをご利用ください)" # Warning that only shows up in IE8 and older
no_mobile: "CodeCombat は携帯端末向けに制作されていないため、動作しない可能性があります。" # Warning that shows up on mobile devices
play: "ゲームスタート" # The big play button that opens up the campaign view.
play: "ゲーム<br>スタート" # The big play button that opens up the campaign view.
old_browser: "ご利用のブラウザはCodeCombatを動作させるには古すぎるようです" # Warning that shows up on really old Firefox/Chrome/Safari
old_browser_suffix: "このまま進めることもできますが、正常動作は保証されません"
ipad_browser: "悪い知らせ:CodeCombatは、iPadのブラウザでは動作しません。良い知らせ: 私達のネイティブiPadアプリはアップルの承認待ち中。"

View file

@ -3,7 +3,7 @@ extends /templates/base
block outer_content
#spacer
a#play-button(href="/play", data-i18n="home.play")
a#play-button(href="/play", data-i18n="[html]home.play")
//a(href="https://itunes.apple.com/us/app/codecombat/id936523909?mt=8")
// #or-ipad(data-i18n="home.or_ipad")