From ecfeaef937db86a3fd471a4b165e4fca0cc9182e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 5 May 2023 09:14:43 +0200 Subject: [PATCH] Fix typos in wcf.date.interval.* in en.xml see https://www.woltlab.com/community/thread/299744-language-wcf-date-interval-months-plain/ --- wcfsetup/install/lang/en.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index f50a747efe..9569640a1c 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -3555,14 +3555,14 @@ Attachments: 1}{#$years} years{else}a year{/if}{/if}{if $months}{if $firstElement != 'months'}{if $lastElement == 'months'} and {else}, {/if}{/if}{if $months > 1}{#$months} months{else}a month{/if}{/if}{if $weeks}{if $firstElement != 'weeks'}{if $lastElement == 'weeks'} and {else}, {/if}{/if}{if $weeks > 1}{#$weeks} weeks{else}a week{/if}{/if}{if $days}{if $firstElement != 'days'}{if $lastElement == 'days'} and {else}, {/if}{/if}{if $days > 1}{#$days} days{else}a day{/if}{/if}{if $hours}{if $firstElement != 'hours'}{if $lastElement == 'hours'} and {else}, {/if}{/if}{if $hours > 1}{#$hours} hours{else}an hour{/if}{/if}{if $minutes}{if $firstElement != 'minutes' && $lastElement == 'minutes'} and {/if}{if $minutes > 1}{#$minutes} minutes{else}a minute{/if}{/if}]]> 1}{#$hours} hours{else}an hour{/if}]]> 1}{#$minutes} minutes{else}a minute{/if}]]> - 1}{#$months} months{else}a Month{/if}]]> + 1}{#$months} months{else}a month{/if}]]> 1}{#$weeks} weeks{else}a week{/if}]]> 1}{#$years} years{else}a year{/if}]]> 1}{#$days} days{else}one day{/if}]]> 1}{#$years} years{else}one year{/if}{/if}{if $months}{if $firstElement != 'months'}{if $lastElement == 'months'} and {else}, {/if}{/if}{if $months > 1}{#$months} months{else}one month{/if}{/if}{if $weeks}{if $firstElement != 'weeks'}{if $lastElement == 'weeks'} and {else}, {/if}{/if}{if $weeks > 1}{#$weeks} weeks{else}one week{/if}{/if}{if $days}{if $firstElement != 'days'}{if $lastElement == 'days'} and {else}, {/if}{/if}{if $days > 1}{#$days} days{else}one day{/if}{/if}{if $hours}{if $firstElement != 'hours'}{if $lastElement == 'hours'} and {else}, {/if}{/if}{if $hours > 1}{#$hours} hours{else}one hour{/if}{/if}{if $minutes}{if $firstElement != 'minutes' && $lastElement == 'minutes'} and {/if}{if $minutes > 1}{#$minutes} minutes{else}one minute{/if}{/if}]]> 1}{#$hours} hours{else}one hour{/if}]]> 1}{#$minutes} minutes{else}one minute{/if}]]> - 1}{#$months} months{else}one Month{/if}]]> + 1}{#$months} months{else}one month{/if}]]> 1}{#$weeks} weeks{else}one week{/if}]]> 1}{#$years} years{else}one year{/if}]]> -- 2.20.1