mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-24 11:50:58 -04:00
Updates i18n tags and en.coffee
This commit is contained in:
parent
9652f070c3
commit
be223197df
2 changed files with 6 additions and 2 deletions
app
|
@ -499,6 +499,10 @@
|
|||
back: "Back"
|
||||
revert: "Revert"
|
||||
revert_models: "Revert Models"
|
||||
randomise: "Randomise"
|
||||
pick_a_terrain: "Pick A Terrain"
|
||||
small: "Small"
|
||||
grassy: "Grassy"
|
||||
fork_title: "Fork New Version"
|
||||
fork_creating: "Creating Fork..."
|
||||
randomize: "Randomize"
|
||||
|
|
|
@ -8,8 +8,8 @@ block modal-body-content
|
|||
a(href="#")
|
||||
div.choose-option(data-preset-type="grassy", data-preset-size="small")
|
||||
div.preset-size.name-label
|
||||
span(data-i18n="ladder.small") Small
|
||||
span(data-i18n="editor.small") Small
|
||||
div.preset-name
|
||||
span(data-i18n="ladder.grassy") Grassy
|
||||
span(data-i18n="editor.grassy") Grassy
|
||||
//- for model in models
|
||||
block modal-footer
|
||||
|
|
Loading…
Add table
Reference in a new issue