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",