mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-12 02:14:22 +01:00
further i18n changes for Hebrew, impacting other locales too
This commit is contained in:
parent
ea158d8aab
commit
6ec41600ab
12 changed files with 277 additions and 272 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<%-
|
||||
time_labels = Array.new(@count){ |i| "#{i}-#{i+1}" }
|
||||
time_labels[0] = "within 1"
|
||||
time_labels[0] = t('stats.within_one')
|
||||
time_labels[@count] = "> #{@count}"
|
||||
-%>
|
||||
&title=<%= t('stats.action_completion_time_title') %>,{font-size:16},&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue