Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Patch plural i18n errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pacollins committed Dec 3, 2020
1 parent 8d169f5 commit 5b9a013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

# Post
[reading_time]
one = "1-Minute Read"
other = "{{ .Count }}-Minute Read"
[read_more]
other = "Read More"
Expand Down
3 changes: 2 additions & 1 deletion i18n/pl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@
other = "Blog"
[categories]
one = "Kategoria"
many = "Kategorie"
other = "Kategorie"
[tags]
one = "Tag"
other = "Tagi"
[next_page]
other = "Następna Strona"
other = "Następna Strona"
[previous_page]
other = "Poprzednia Strona"

Expand Down

0 comments on commit 5b9a013

Please sign in to comment.