mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Added some quotes for #710
This commit is contained in:
parent
2e09a94736
commit
cfdbabb576
2 changed files with 4 additions and 0 deletions
|
@ -323,6 +323,8 @@
|
|||
tip_reusable_software: "Before software can be reusable it first has to be usable."
|
||||
tip_optimization_operator: "Every language has an optimization operator. In most languages that operator is ‘//’"
|
||||
tip_lines_of_code: "Measuring programming progress by lines of code is like measuring aircraft building progress by weight. — Bill Gates"
|
||||
tip_source_code: "I want to change the world but they would not give me the source code."
|
||||
tip_javascript_java: "Java is to JavaScript what Car is to Carpet. - Chris Heilmann"
|
||||
|
||||
game_menu:
|
||||
inventory_tab: "Inventory"
|
||||
|
|
|
@ -54,6 +54,8 @@
|
|||
strong.tip.rare(data-i18n='play_level.tip_brute_force') When in doubt, use brute force. - Ken Thompson
|
||||
strong.tip.rare(data-i18n='play_level.tip_extrapolation') There are only two kinds of people: those that can extrapolate from incomplete data...
|
||||
strong.tip.rare(data-i18n='play_level.tip_superpower') Coding is the closest thing we have to a superpower
|
||||
strong.tip.rare(data-i18n='play_level.tip_source_code') I want to change the world but they would not give me the source code.
|
||||
strong.tip.rare(data-i18n='play_level.tip_javascript_java') Java is to JavaScript what Car is to Carpet. - Chris Heilmann
|
||||
strong.tip.rare
|
||||
span(data-i18n='play_level.tip_harry') Yer a Wizard,
|
||||
span= me.get('name', true)
|
||||
|
|
Loading…
Reference in a new issue