Disabled Io language choice until/unless someone finishes its parser.

This commit is contained in:
Nick Winter 2015-09-08 14:49:55 -07:00
parent 99241fc1f5
commit 0153f8078d
3 changed files with 4 additions and 5 deletions

View file

@ -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.'
]

View file

@ -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

View file

@ -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) ->