diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.yaml | 3 | ||||
| -rw-r--r-- | i18n/it.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 2a90f2b..64b0a26 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -26,6 +26,9 @@ tag: "Tag" tags: "Tags" relatedPosts: "Related articles" noRelated: "No related articles." +postCount: + one: "1 post" + other: "{{ . }} posts" # Article types life: "Life" diff --git a/i18n/it.yaml b/i18n/it.yaml index 9fd729e..6bc291f 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -26,6 +26,9 @@ tag: "Tag" tags: "Tag" relatedPosts: "Articoli correlati" noRelated: "Nessun articolo correlato." +postCount: + one: "1 articolo" + other: "{{ . }} articoli" # Article types life: "Vita" |
