mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-02 08:53:38 -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_premature_optimization: "Premature optimization is the root of all evil. - Donald Knuth"
|
||||||
tip_brute_force: "When in doubt, use brute force. - Ken Thompson"
|
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..."
|
tip_extrapolation: "There are only two kinds of people: those that can extrapolate from incomplete data..."
|
||||||
customize_wizard: "Customize Wizard"
|
|
||||||
|
|
||||||
game_menu:
|
game_menu:
|
||||||
inventory_tab: "Inventory"
|
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."
|
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"
|
sample_profile: "See a sample profile"
|
||||||
view_profile: "View Your Profile"
|
view_profile: "View Your Profile"
|
||||||
wizard_tab: "Wizard"
|
|
||||||
wizard_color: "Wizard Clothes Color"
|
|
||||||
|
|
||||||
keyboard_shortcuts:
|
keyboard_shortcuts:
|
||||||
keyboard_shortcuts: "Keyboard Shortcuts"
|
keyboard_shortcuts: "Keyboard Shortcuts"
|
||||||
|
@ -528,7 +525,6 @@
|
||||||
toggle_pathfinding: "Toggle pathfinding overlay."
|
toggle_pathfinding: "Toggle pathfinding overlay."
|
||||||
beautify: "Beautify your code by standardizing its formatting."
|
beautify: "Beautify your code by standardizing its formatting."
|
||||||
maximize_editor: "Maximize/minimize code editor."
|
maximize_editor: "Maximize/minimize code editor."
|
||||||
move_wizard: "Move your Wizard around the level."
|
|
||||||
|
|
||||||
community:
|
community:
|
||||||
main_title: "CodeCombat Community"
|
main_title: "CodeCombat Community"
|
||||||
|
@ -874,7 +870,6 @@
|
||||||
versions: "Versions"
|
versions: "Versions"
|
||||||
items: "Items"
|
items: "Items"
|
||||||
heroes: "Heroes"
|
heroes: "Heroes"
|
||||||
wizard: "Wizard"
|
|
||||||
achievement: "Achievement"
|
achievement: "Achievement"
|
||||||
clas: "CLAs"
|
clas: "CLAs"
|
||||||
play_counts: "Play Counts"
|
play_counts: "Play Counts"
|
||||||
|
|
|
@ -74,16 +74,6 @@ block modal-body-content
|
||||||
dt(title=ctrlName + " " + shift + " M")
|
dt(title=ctrlName + " " + shift + " M")
|
||||||
kbd #{ctrl} ⇧ M
|
kbd #{ctrl} ⇧ M
|
||||||
dd(data-i18n="keyboard_shortcuts.maximize_editor") Maximize/minimize code editor.
|
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
|
block modal-footer-content
|
||||||
a(href='#', data-dismiss="modal", aria-hidden="true", data-i18n="modal.close").btn.btn-primary Close
|
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