fix(i18n): Allowed translating "No posts here" text (#3016)

This commit is contained in:
Wladimir Palant 2024-10-23 14:51:28 +02:00 committed by GitHub
parent 2f3fe82593
commit 83fce5d8a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -705,6 +705,7 @@
"year_past": "vor 0 Jahren|letztes Jahren|vor {n} Jahren"
},
"timeline": {
"no_posts": "Noch keine Beiträge hier!",
"show_new_items": "Zeige {v} neue Beiträge|Zeige {v} neuen Beitrag|Zeige {v} neue Beiträge",
"view_older_posts": "Ältere Beiträge aus anderen Instanzen werden möglicherweise nicht angezeigt."
},

View file

@ -713,6 +713,7 @@
"year_past": "0 years ago|last year|{n} years ago"
},
"timeline": {
"no_posts": "No posts here!",
"show_new_items": "Show {v} new items|Show {v} new item|Show {v} new items",
"view_older_posts": "Older posts from other instances may not be displayed."
},