mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Disabled Io language choice until/unless someone finishes its parser.
This commit is contained in:
parent
99241fc1f5
commit
0153f8078d
3 changed files with 4 additions and 5 deletions
|
@ -29,8 +29,8 @@ defaultTasks = [
|
|||
'Release to adventurers via MailChimp.'
|
||||
|
||||
'Write the description.'
|
||||
'Translate the sample code comments.'
|
||||
'Add Io/Clojure/Lua/CoffeeScript.'
|
||||
'Add i18n field for the sample code comments.'
|
||||
'Add Clojure/Lua/CoffeeScript.'
|
||||
'Write the guide.'
|
||||
'Write a loading tip, if needed.'
|
||||
'Click the Populate i18n button.'
|
||||
|
@ -40,7 +40,6 @@ defaultTasks = [
|
|||
'Release to everyone via MailChimp.'
|
||||
|
||||
'Check completion/engagement/problem analytics.'
|
||||
'Do any custom scripting, if needed.'
|
||||
'Do thorough set decoration.'
|
||||
'Add a walkthrough video.'
|
||||
]
|
||||
|
|
|
@ -101,7 +101,7 @@ module.exports = class LadderPlayModal extends ModalView
|
|||
{id: 'coffeescript', name: 'CoffeeScript (Experimental)'}
|
||||
{id: 'clojure', name: 'Clojure (Experimental)'}
|
||||
{id: 'lua', name: 'Lua'}
|
||||
{id: 'io', name: 'Io (Experimental)'}
|
||||
#{id: 'io', name: 'Io (Experimental)'}
|
||||
]
|
||||
ctx.league = @options.league
|
||||
teamsList = teamDataFromLevel @level
|
||||
|
|
|
@ -113,7 +113,7 @@ module.exports = class PlayHeroesModal extends ModalView
|
|||
{id: 'coffeescript', name: "CoffeeScript (#{$.i18n.t('choose_hero.experimental')})"}
|
||||
{id: 'clojure', name: "Clojure (#{$.i18n.t('choose_hero.experimental')})"}
|
||||
{id: 'lua', name: 'Lua'}
|
||||
{id: 'io', name: "Io (#{$.i18n.t('choose_hero.experimental')})"}
|
||||
#{id: 'io', name: "Io (#{$.i18n.t('choose_hero.experimental')})"}
|
||||
]
|
||||
|
||||
onHeroChanged: (e) ->
|
||||
|
|
Loading…
Reference in a new issue