chore (coding tips): Add more quotes for

This commit is contained in:
gnerkus 2015-07-31 21:58:10 +01:00
parent 8fe189f915
commit 835074e5e6
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.