Changeset a4e4799 in OpenWorkouts-current for ow/templates/update_workout_from_file.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/update_workout_from_file.pt

    rfd6da93 ra4e4799  
    2929      <h2 tal:content="context.title"></h2>
    3030
    31       <div tal:condition="context.has_tracking_file"
    32            i18n:translate="">
     31      <div tal:condition="context.has_tracking_file">
    3332
    34         <h3>Existing
     33        <h3 i18n:translate="">
     34          Existing
    3535          <tal:filetype i18n:name="filetype"
    3636                        tal:content="context.tracking_filetype"></tal:filetype>
    37           tracking file data</h3>
     37          tracking file data
     38        </h3>
    3839
    3940        <ul class="workout-activity-summary" id=""
Note: See TracChangeset for help on using the changeset viewer.