mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-18 01:59:02 +02:00
Changed code to support basic i18n.
Added RubyMine configuration and rvm setup to .gitignore.
This commit is contained in:
parent
04faa5d408
commit
fd3f69d927
99 changed files with 1157 additions and 601 deletions
|
|
@ -3,5 +3,5 @@ page['todo_project_name'].value = @project.name
|
|||
|
||||
page << "enable_rich_interaction();"
|
||||
|
||||
status_message = "Name of project was changed"
|
||||
status_message = t('projects.status_project_name_changed')
|
||||
page.notify :notice, status_message, 5.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue