From 7c325b20947450cd4f924ac20b39212c9d95dc7f Mon Sep 17 00:00:00 2001 From: Lugiad Date: Wed, 15 May 2024 15:46:08 +0200 Subject: [PATCH] Added Gen names localizations in Starter Selection UI --- src/locales/fr/starter-select-ui-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/fr/starter-select-ui-handler.ts b/src/locales/fr/starter-select-ui-handler.ts index 3351d043617..380f4e9fd56 100644 --- a/src/locales/fr/starter-select-ui-handler.ts +++ b/src/locales/fr/starter-select-ui-handler.ts @@ -40,5 +40,5 @@ export const starterSelectUiHandler: SimpleTranslationEntries = { "disablePassive": "Désactiver Passif", "locked": "Verrouillé", "disabled": "Désactivé", - "uncaught": "Uncaught" + "uncaught": "Non-capturé" }