mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Added some lines for #710
This commit is contained in:
parent
6a48fbb3aa
commit
ef8ed4b6ed
2 changed files with 7 additions and 1 deletions
app
|
@ -348,7 +348,10 @@
|
|||
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."
|
||||
tip_solve_then_write: "First, solve the problem. Then, write the code. - John Johnson"
|
||||
|
||||
tip_compiler_ignores_comments: "Sometimes I think that the compiler ignores my comments."
|
||||
tip_understand_recursion: "The only way to understand recursion is to understand recursion."
|
||||
tip_life_and_polymorphism: "Open Source is like a totally polymorphic heterogeneous structure: All types are welcome."
|
||||
|
||||
game_menu:
|
||||
inventory_tab: "Inventory"
|
||||
save_load_tab: "Save/Load"
|
||||
|
|
|
@ -88,3 +88,6 @@
|
|||
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.
|
||||
strong.tip.rare(data-i18n='play_level.tip_compiler_ignores_comments') Sometimes I think that the compiler ignores my comments.
|
||||
strong.tip.rare(data-i18n='play_level.tip_understand_recursion') The only way to understand recursion is to understand recursion.
|
||||
strong.tip.rare(data-i18n='play_level.tip_open_source_and_polymorphism') Open Source projects are like totally polymorphic heterogeneous structures: All types are welcome.
|
Loading…
Add table
Reference in a new issue