mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
I could try to compile it first, I guess.
This commit is contained in:
parent
8af94209b4
commit
792e65767d
1 changed files with 2 additions and 2 deletions
|
@ -109,9 +109,9 @@ module.exports = class PlayHeroesModal extends ModalView
|
|||
@codeLanguageList = [
|
||||
{id: 'python', name: "Python (#{$.i18n.t('choose_hero.default')})"}
|
||||
{id: 'javascript', name: 'JavaScript'}
|
||||
{id: 'coffeescript', name: 'CoffeeScript (#{$.i18n.t('choose_hero.experimental')})'}
|
||||
{id: 'coffeescript', name: "CoffeeScript (#{$.i18n.t('choose_hero.experimental')})"}
|
||||
{id: 'clojure', name: "Clojure (#{$.i18n.t('choose_hero.experimental')})"}
|
||||
{id: 'lua', name: "Lua"}
|
||||
{id: 'lua', name: 'Lua'}
|
||||
{id: 'io', name: "Io (#{$.i18n.t('choose_hero.experimental')})"}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue