Skip to content
Snippets Groups Projects
Commit 2c6859d8 authored by anonymous's avatar anonymous
Browse files

fix translation bug

parent 1000b512
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -378,3 +378,30 @@ msgid "Tag \"%s\" must be alphanumeric characters or symbols: -_.:()" ...@@ -378,3 +378,30 @@ msgid "Tag \"%s\" must be alphanumeric characters or symbols: -_.:()"
msgstr "" msgstr ""
"Tags \"%s\" müssen aus alphnummerischen Zeichen oder diesen Symbolen " "Tags \"%s\" müssen aus alphnummerischen Zeichen oder diesen Symbolen "
"bestehen: -_.:()" "bestehen: -_.:()"
msgid "agri"
msgstr "Landwirtschaft, Fischerei, Forstwirtschaft und Nahrungsmittel"
msgid "econ"
msgstr "Wirtschaft und Finanzen"
msgid "educ"
msgstr "Bildung, Kultur und Sport"
msgid "ener"
msgstr "Energie"
msgid "envi"
msgstr "Umwelt"
msgid "heal"
msgstr "Gesundheit"
msgid "intr"
msgstr "Internationale Themen"
msgid "just"
msgstr "Justiz, Rechtssystem und öffentliche Sicherheit"
msgid "soci"
msgstr "Bevölkerung und Gesellschaft"
msgid "gove"
msgstr "Regierung und öffentlicher Sektor"
msgid "regi"
msgstr "Regionen und Städte"
msgid "tech"
msgstr "Wissenschaft und Technologie"
msgid "tran"
msgstr "Verkehr"
...@@ -72,7 +72,8 @@ ...@@ -72,7 +72,8 @@
{%- if facets.translated_fields and facets.translated_fields.has_key((field,value)) -%} {%- if facets.translated_fields and facets.translated_fields.has_key((field,value)) -%}
{{ facets.translated_fields[(field,value)] }} {{ facets.translated_fields[(field,value)] }}
{%- else -%} {%- else -%}
{{ h.list_dict_filter(search_facets_items, 'name', 'display_name', value) }} {#{{ h.list_dict_filter(search_facets_items, 'name', 'display_name', value) }}#}
{{_(value)}}
{%- endif %} {%- endif %}
{%- endif %} {%- endif %}
<a href="{{ facets.remove_field(field, value) }}" class="remove" title="{{ _('Remove') }}"><i class="fa fa-times"></i></a> <a href="{{ facets.remove_field(field, value) }}" class="remove" title="{{ _('Remove') }}"><i class="fa fa-times"></i></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment