Changeset a4e4799 in OpenWorkouts-current for ow/templates/dashboard.pt


Ignore:
Timestamp:
Feb 26, 2019, 11:18:19 AM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
1c54633
Parents:
fd6da93
Message:

(#56) Added i18n helper scripts and spanish (es) translations.
Done lots of translated strings fixes in templates.
Removed .mo and .pot files from the git ignore list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/dashboard.pt

    rfd6da93 ra4e4799  
    121121              <span class="week-stats-distance">
    122122                <tal:d tal:content="round(totals['distance'])"></tal:d>
    123                 <tal:t i18n:translate="">kms</tal:t> |
     123                <tal:t i18n:translate="">km</tal:t> |
    124124              </span>
    125125              <span class="week-stats-time">
     
    152152                            <li>
    153153                              <span i18n:translate="">Distance:</span>
    154                               <span> <tal:kms tal:content="round(stats['distance'])"></tal:kms> km</span>
     154                              <span> <tal:km tal:content="round(stats['distance'])"></tal:km> km</span>
    155155                            </li>
    156156                            <li>
Note: See TracChangeset for help on using the changeset viewer.