mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Clean up i18n TODOs
This commit is contained in:
parent
31a3f9dff8
commit
76e461398e
2 changed files with 4 additions and 4 deletions
|
@ -1394,6 +1394,8 @@
|
|||
select_your_hero: "Select Your Hero"
|
||||
select_your_hero_description: "You can always change your hero by going to your Courses page and clicking \"Select Hero\""
|
||||
select_this_hero: "Select this Hero"
|
||||
current_hero: "Current Hero:"
|
||||
change_hero: "Change Hero"
|
||||
|
||||
teacher:
|
||||
course_solution: "Course Solution"
|
||||
|
|
|
@ -45,12 +45,10 @@ block content
|
|||
img(src=view.hero.getPortraitURL())
|
||||
.current-hero-right-col
|
||||
.semibold.current-hero-text
|
||||
span.spr(data-i18n="TODO")
|
||||
| Current Hero:
|
||||
span.spr(data-i18n="courses.current_hero")
|
||||
span.current-hero-name= view.hero.getHeroShortName()
|
||||
button.change-hero-btn.btn.btn-lg.btn-forest
|
||||
span(data-i18n="TODO")
|
||||
| Change Hero
|
||||
span(data-i18n="courses.change_hero")
|
||||
|
||||
if view.classrooms.size()
|
||||
h3.text-uppercase(data-i18n="courses.my_classes")
|
||||
|
|
Loading…
Reference in a new issue