Merge pull request from gnerkus/issue/710/add-more-quotes

chore (coding tips): Add more quotes for 
This commit is contained in:
Nick Winter 2015-07-31 14:23:43 -07:00
commit 1bfef7c4ff
2 changed files with 2 additions and 0 deletions
app
locale
templates/play/level

View file

@ -337,6 +337,7 @@
tip_recurse: "To iterate is human, to recurse divine. - L. Peter Deutsch"
tip_free_your_mind: "You have to let it all go, Neo. Fear, doubt, and disbelief. Free your mind. - Morpheus"
tip_strong_opponents: "Even the strongest of opponents always has a weakness. - Itachi Uchiha"
tip_paper_and_pen: "Before you start coding, you can always plan with a sheet of paper and a pen."
game_menu:
inventory_tab: "Inventory"

View file

@ -77,3 +77,4 @@
strong.tip.rare(data-i18n='play_level.tip_recurse') To iterate is human, to recurse divine. - L. Peter Deutsch
strong.tip.rare(data-i18n='play_level.tip_free_your_mind') You have to let it all go, Neo. Fear, doubt, and disbelief. Free your mind. - Morpheus
strong.tip.rare(data-i18n='play_level.tip_strong_opponents') Even the strongest of opponents always has a weakness. - Itachi Uchiha
strong.tip.rare(data-i18n='play_level.tip_paper_and_pen') Before you start coding, you can always plan with a sheet of paper and a pen.