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

    rfd6da93 ra4e4799  
    6565              <li
    6666                  tal:attributes="class 'is-active' if 'dashboard' in renderer_name else ''">
    67                 <a class="icon-dashboard" href="" i18n:translate=""
     67                <a class="icon-dashboard" href=""
    6868                   tal:attributes="href request.resource_url(request.root)">
    69                   <span>Dashboard</span></a>
     69                  <span i18n:translate="">Dashboard</span></a>
    7070              </li>
    7171              <li
    7272                  tal:attributes="class 'is-active' if 'profile' in renderer_name else ''">
    73                 <a class="icon-profile" href="" i18n:translate=""
     73                <a class="icon-profile" href=""
    7474                   tal:attributes="href request.resource_url(request.root, current_user, 'profile')">
    75                   <span>My profile</span></a>
     75                  <span i18n:translate="">My profile</span></a>
    7676              </li>
    7777              <li class="add-workout">
     
    9191              </li>
    9292              <li>
    93                 <a class="icon-logout" href="" i18n:translate=""
     93                <a class="icon-logout" href=""
    9494                   tal:attributes="href request.resource_url(request.root, 'logout')">
    95                   <span>Log out</span>
     95                  <span i18n:translate="">Log out</span>
    9696                </a>
    9797              </li>
Note: See TracChangeset for help on using the changeset viewer.