mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-25 21:43:47 -04:00
Merge pull request #1861 from Imperadeiro98/master
Removed more wizard i18n stuff
This commit is contained in:
commit
fbd0585379
2 changed files with 0 additions and 15 deletions
app
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue