From 55855e91410db071c7a9eb21097a3e28d848a589 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 2 Jan 2026 08:42:03 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- .../Baccarat/Resources/Localizable.xcstrings | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Baccarat/Baccarat/Resources/Localizable.xcstrings b/Baccarat/Baccarat/Resources/Localizable.xcstrings index 61745eb..22f94d5 100644 --- a/Baccarat/Baccarat/Resources/Localizable.xcstrings +++ b/Baccarat/Baccarat/Resources/Localizable.xcstrings @@ -4399,6 +4399,29 @@ } } }, + "tableLimitsFormat" : { + "comment" : "Format string for table limits display showing min and max bet. First argument is minimum bet, second is maximum bet.", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "TABLE LIMITS $%1$@ - $%2$@" + } + }, + "es-MX" : { + "stringUnit" : { + "state" : "translated", + "value" : "LÍMITES DE MESA $%1$@ - $%2$@" + } + }, + "fr-CA" : { + "stringUnit" : { + "state" : "translated", + "value" : "LIMITES DE TABLE %1$@ $ - %2$@ $" + } + } + } + }, "Tap Deal to start the round" : { "comment" : "Instructional text for new players.", "extractionState" : "stale",