Skip to content

Commit

Permalink
Add French translation
Browse files Browse the repository at this point in the history
Co-authored-by: Lugiad <[email protected]>
  • Loading branch information
DayKev and Adri1 committed Feb 6, 2025
1 parent e96d643 commit 975d500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/title-ui-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down

0 comments on commit 975d500

Please sign in to comment.