update translations
This commit is contained in:
parent
a85e50be22
commit
6989ea3af5
@ -176,7 +176,7 @@
|
||||
<h6>Copyleft © 2019 - 2020 {{ SITENAME }} Lbtd.</h6>
|
||||
|
||||
{% if CURRENT_VERSION and CURRENT_BRANCH %}
|
||||
<h6>{{ _('Versión Actual:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
|
||||
<h6>{{ _('Versión actual:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
|
||||
{% endif %}
|
||||
|
||||
</footer> <!-- End Footer -->
|
||||
|
@ -201,8 +201,8 @@ msgid "Código fuente"
|
||||
msgstr "Quellcode"
|
||||
|
||||
#: templates/base.html:179
|
||||
msgid "Versión Actual:"
|
||||
msgstr "Aktuelle Version:"
|
||||
msgid "Versión actual:"
|
||||
msgstr "Aktuelle version:"
|
||||
|
||||
#: templates/categories.html:5 templates/categories.html:8
|
||||
#, python-format
|
||||
|
@ -200,7 +200,7 @@ msgid "Código fuente"
|
||||
msgstr "Source code"
|
||||
|
||||
#: templates/base.html:179
|
||||
msgid "Versión Actual:"
|
||||
msgid "Versión actual:"
|
||||
msgstr "Current version:"
|
||||
|
||||
#: templates/categories.html:5 templates/categories.html:8
|
||||
|
@ -203,7 +203,7 @@ msgid "Código fuente"
|
||||
msgstr "Fonta kodo"
|
||||
|
||||
#: templates/base.html:179
|
||||
msgid "Versión Actual:"
|
||||
msgid "Versión actual:"
|
||||
msgstr "Aktuala versio:"
|
||||
|
||||
#: templates/categories.html:5 templates/categories.html:8
|
||||
|
@ -201,7 +201,7 @@ msgid "Código fuente"
|
||||
msgstr "Code source"
|
||||
|
||||
#: templates/base.html:179
|
||||
msgid "Versión Actual:"
|
||||
msgid "Versión actual:"
|
||||
msgstr "Version actuelle:"
|
||||
|
||||
#: templates/categories.html:5 templates/categories.html:8
|
||||
|
@ -15,7 +15,7 @@ In your pelicanconf.py, add:
|
||||
In your template, add:
|
||||
|
||||
{% if CURRENT_VERSION and CURRENT_BRANCH %}
|
||||
<h6>{{ _('Current Version:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
|
||||
<h6>{{ _('Current version:') }} {{ CURRENT_VERSION }} @ {{ CURRENT_BRANCH }}</h6>
|
||||
{% endif %}
|
||||
|
||||
License
|
||||
|
Loading…
x
Reference in New Issue
Block a user