trans: Improve translation 1
This commit is contained in:
@@ -40,7 +40,7 @@ def time_since_as_hr_string(age: datetime.timedelta) -> str:
|
||||
if years >= 1:
|
||||
text = ngettext(
|
||||
"vor einem Jahr",
|
||||
"vor %(years)d Tagen",
|
||||
"vor %(years)d Jahren",
|
||||
years,
|
||||
) % {
|
||||
"years": years,
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user