mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-04 09:53:55 -04:00
New i18n tag
This commit is contained in:
parent
17afb62dc9
commit
ff5807adb8
2 changed files with 2 additions and 1 deletions
app
|
@ -180,3 +180,4 @@ module.exports = nativeDescription: "English", englishDescription: "English", tr
|
||||||
tome_select_a_thang: "Select Someone for "
|
tome_select_a_thang: "Select Someone for "
|
||||||
tome_available_spells: "Available Spells"
|
tome_available_spells: "Available Spells"
|
||||||
hud_continue: "Continue (press shift-space)"
|
hud_continue: "Continue (press shift-space)"
|
||||||
|
spell_saved: "Spell Saved"
|
||||||
|
|
|
@ -2,4 +2,4 @@ img(src="/images/level/code_editor_background.png").code-background
|
||||||
|
|
||||||
div.ace
|
div.ace
|
||||||
|
|
||||||
#save-status(data-i18n="account_settings.saved") Changes saved
|
#save-status(data-i18n="play_level.spell_saved") Spell Saved
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue