1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-18 23:16:38 +00:00

small language patch

This commit is contained in:
Igilq 2025-07-26 09:11:26 +00:00
parent b9ec633bfc
commit 26b0795c52

View file

@ -2,15 +2,15 @@ DurationDay: "{days} d "
DurationHour: "{hours} h " DurationHour: "{hours} h "
DurationMinute: "{minutes} min " DurationMinute: "{minutes} min "
DurationMonth: |- DurationMonth: |-
{months, plural, {miesięcy, plural,
one{{months} mo } one{{months} miesiąc }
other{{months} mos } other{{months} miesięcy }
} }
DurationSecond: "{seconds} s " DurationSecond: "{seconds} s "
DurationYear: |- DurationYear: |-
{years, plural, {lat, plural,
one{{years} yr } one{{years} rok }
other{{years} yrs } other{{years} lat }
} }
No: "Nie" No: "Nie"
NotAvailableShort: "N/A" NotAvailableShort: "N/A"