Skip to content

Commit

Permalink
fix(i18n): German translation
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored and razonyang committed May 14, 2024
1 parent 56fe409 commit 94e0906
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions i18n/de.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[metrics_page_sections]
other = "Sections"
other = "Rubriken"

[metrics_page_types]
other = "Types"
other = "Typen"

[metrics_posts]
other = "Posts"
Expand All @@ -11,7 +11,7 @@ other = "Posts"
other = "Auf dieser Seite"

[read_more_about]
other = "Lese mehr über {{ . }}."
other = "Lies mehr über {{ . }}."

[reading_time]
other = "Lesedauer: {{ .Count }} Min."
2 changes: 1 addition & 1 deletion modules/sidebar/taxonomies/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### Features ✨

* add the hb.blog.sidebar.taxonomies.separate parameter, when true separate taxonomies into mutliple sections ([#555](https://github.com/hbstack/blog/issues/555)) ([81f9111](https://github.com/hbstack/blog/commit/81f9111bdb4b936a1ab1de706f5421d7fac929f0))
* add the hb.blog.sidebar.taxonomies.separate parameter, when true separate taxonomies into multiple sections ([#555](https://github.com/hbstack/blog/issues/555)) ([81f9111](https://github.com/hbstack/blog/commit/81f9111bdb4b936a1ab1de706f5421d7fac929f0))

## [0.3.13](https://github.com/hbstack/blog/compare/modules/sidebar/taxonomies/v0.3.12...modules/sidebar/taxonomies/v0.3.13) (2023-10-23)

Expand Down

0 comments on commit 94e0906

Please sign in to comment.