Merge pull request from Imperadeiro98/master

Removed more wizard i18n stuff
This commit is contained in:
Nick Winter 2014-12-06 18:10:15 -08:00
commit fbd0585379
2 changed files with 0 additions and 15 deletions
app
locale
templates/play/level/modal

View file

@ -293,7 +293,6 @@
tip_premature_optimization: "Premature optimization is the root of all evil. - Donald Knuth"
tip_brute_force: "When in doubt, use brute force. - Ken Thompson"
tip_extrapolation: "There are only two kinds of people: those that can extrapolate from incomplete data..."
customize_wizard: "Customize Wizard"
game_menu:
inventory_tab: "Inventory"
@ -506,8 +505,6 @@
job_profile_explanation: "Hi! Fill this out, and we will get in touch about finding you a software developer job."
sample_profile: "See a sample profile"
view_profile: "View Your Profile"
wizard_tab: "Wizard"
wizard_color: "Wizard Clothes Color"
keyboard_shortcuts:
keyboard_shortcuts: "Keyboard Shortcuts"
@ -528,7 +525,6 @@
toggle_pathfinding: "Toggle pathfinding overlay."
beautify: "Beautify your code by standardizing its formatting."
maximize_editor: "Maximize/minimize code editor."
move_wizard: "Move your Wizard around the level."
community:
main_title: "CodeCombat Community"
@ -874,7 +870,6 @@
versions: "Versions"
items: "Items"
heroes: "Heroes"
wizard: "Wizard"
achievement: "Achievement"
clas: "CLAs"
play_counts: "Play Counts"

View file

@ -74,16 +74,6 @@ block modal-body-content
dt(title=ctrlName + " " + shift + " M")
kbd #{ctrl} ⇧ M
dd(data-i18n="keyboard_shortcuts.maximize_editor") Maximize/minimize code editor.
dl.dl-horizontal
dt(title="Arrow keys")
kbd ←
| ,
kbd →
| ,
kbd ↑
| ,
kbd ↓
dd(data-i18n="keyboard_shortcuts.move_wizard") Move your Wizard around the level.
block modal-footer-content
a(href='#', data-dismiss="modal", aria-hidden="true", data-i18n="modal.close").btn.btn-primary Close