Updates i18n tags and en.coffee

This commit is contained in:
Jayant Jain 2014-07-13 23:38:35 +05:30
parent 9652f070c3
commit be223197df
2 changed files with 6 additions and 2 deletions
app
locale
templates/modal

View file

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

View file

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