mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
merge latest changes for the he locale. Thanks Darian.
This commit is contained in:
parent
a367d53756
commit
5c3293745d
2 changed files with 2436 additions and 2338 deletions
|
|
@ -554,7 +554,7 @@ class StatsController < ApplicationController
|
|||
)
|
||||
|
||||
i=0
|
||||
@projects_and_runtime = Array.new(10, [-1, "n/a", "n/a"])
|
||||
@projects_and_runtime = Array.new(10, [-1, t('common.not_available_abbr'), t('common.not_available_abbr')])
|
||||
@projects_and_runtime_sql.each do |r|
|
||||
days = difference_in_days(@today, r.created_at)
|
||||
# add one so that a project that you just created returns 1 day
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue