1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-05-07 17:28:39 +00:00

perf(categories): support singular and plural forms of locale (#595)

resolves #595
This commit is contained in:
Cotes Chung
2022-06-08 05:00:59 +08:00
parent cc6398c104
commit 35cadf969d
2 changed files with 31 additions and 6 deletions
+6 -2
View File
@@ -75,5 +75,9 @@ post:
# categories page
categories:
category_measure: categories
post_measure: posts
category_measure:
singular: category
plural: categories
post_measure:
singular: post
plural: posts