Skip to content

Commit ff36392

Browse files
committed
New translations pretty_dates.html (German)
1 parent 5ece101 commit ff36392

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

_i18n/de/dates/pretty_dates.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,4 @@
3535
{% capture start_month %}{% t "times.months.{{ start_date | date: '%B' }}" %}{% endcapture -%}
3636
{% capture end_month %}{% t "times.months.{{ end_date | date: '%B' }}" %}{% endcapture -%}
3737
{% assign year = start_date | date: "%Y" -%}
38-
{% capture pretty_date %}{{ start_day }}. {{ start_month }} – {{ end_day }}. {{ end_month }} {{ year }}{% endcapture -%}
39-
40-
{% else -%}
41-
{% assign start_day = start_date | date: "%-d" -%}
42-
{% assign end_day = end_date | date: "%-d" -%}
43-
{% capture start_month %}{% t "times.months.{{ start_date | date: '%B' }}" %}{% endcapture -%}
44-
{% capture end_month %}{% t "times.months.{{ end_date | date: '%B' }}" %}{% endcapture -%}
45-
{% assign start_year = start_date | date: "%Y" -%}
46-
{% assign end_year = end_date | date: "%Y" -%}
47-
{% capture pretty_date %}{{ start_day }}. {{ start_month }} {{ start_year }} – {{ end_day }}. {{ end_month }} {{ end_year }}{% endcapture -%}
48-
{% endif -%}
49-
{% endif -%}{{ pretty_date | strip }}
38+
{% capture pretty_date %}{{ start_day }}. {{ start_month }} – {{ end_day }}.

0 commit comments

Comments
 (0)