From 975d500ffab8ee06a410aa8dee680aa3b4dc8bd6 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Thu, 6 Feb 2025 05:05:35 -0800 Subject: [PATCH] Add French translation Co-authored-by: Lugiad <2070109+Adri1@users.noreply.github.com> --- src/ui/title-ui-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/title-ui-handler.ts b/src/ui/title-ui-handler.ts index bf4b2970d86..f8f7edf6aa7 100644 --- a/src/ui/title-ui-handler.ts +++ b/src/ui/title-ui-handler.ts @@ -85,7 +85,7 @@ export default class TitleUiHandler extends OptionSelectUiHandler { "en": ` - INFORMATION - \nServer maintenance is scheduled for the following period:\n${startDate} until ${endDate}\nEnd date and hour are an estimate.\nMaintenance may end at an earlier or later time.`, "de": ` - INFORMATION - German translation goes here:\n${startDate} until ${endDate}`, "es-ES": ` - INFORMATION - Spanish translation goes here:\n${startDate} until ${endDate}`, - "fr": ` - INFORMATION - French translation goes here:\n${startDate} until ${endDate}`, + "fr": ` - INFORMATION - \nUne maintenance du serveur est prévue sur la période suivante :\n$Du {startDate} au ${endDate}\nL’heure de fin est une estimation et peut s’avérer plus en avance ou tardive qu’annoncé.`, "it": ` - INFORMATION - Italian translation goes here:\n${startDate} until ${endDate}`, "pt-BR": ` - INFORMATION - Portugese translation goes here:\n${startDate} until ${endDate}`, "zh-TW": ` - INFORMATION - Chinese-traditional translation goes here:\n${startDate} until ${endDate}`,