mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-20 07:56:09 +01:00
Merge branch 'master' into new-gui
Conflicts: Gemfile.lock
This commit is contained in:
parent
fa537fbeb0
commit
eb1502d4e0
28 changed files with 385 additions and 221 deletions
|
|
@ -68,5 +68,8 @@ module Tracksapp
|
|||
config.action_view.sanitized_allowed_protocols = 'onenote', 'message'
|
||||
|
||||
config.middleware.insert_after ActionDispatch::ParamsParser, ActionDispatch::XmlParamsParser
|
||||
|
||||
# if a locale is invalid, the Rails app will raise an error
|
||||
config.i18n.enforce_available_locales = true
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -471,6 +471,9 @@ en:
|
|||
project_completed: Completed actions in this project
|
||||
context_completed: Completed actions in this context
|
||||
tag_hidden: "Hidden actions tagged with '%{param}'"
|
||||
error:
|
||||
invalid_due_date: "Invalid due date"
|
||||
invalid_show_from_date: "Invalid show from date"
|
||||
completed_today: Completed today
|
||||
completed_rest_of_week: Completed in the rest of this week
|
||||
completed_rest_of_month: Completed in the rest of this month
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue