From 3424529f432e9a3a0d2d8f03365633a0ff482f54 Mon Sep 17 00:00:00 2001 From: Mathieu GROUSSEAU Date: Wed, 4 Jun 2025 09:47:08 +0200 Subject: [PATCH] Fix string --- App/App/Localizable.xcstrings | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/App/App/Localizable.xcstrings b/App/App/Localizable.xcstrings index 14520ac..32f2ae7 100644 --- a/App/App/Localizable.xcstrings +++ b/App/App/Localizable.xcstrings @@ -345,13 +345,13 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Player" + "value" : "Player Type" } }, "fr" : { "stringUnit" : { "state" : "translated", - "value" : "Joueur" + "value" : "Type de joueur" } } } @@ -373,6 +373,22 @@ } } }, + "newGame.timeLimit" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Time limit" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Limite de temps" + } + } + } + }, "newGame.title" : { "extractionState" : "manual", "localizations" : {