Skip to content

Commit 004de92

Browse files
authored
Merge pull request #1241 from Ordisoftware/dev
Fix code
2 parents 5873ddb + d53dc40 commit 004de92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project/Source/Program/Translations/AppTranslations.Celebrations.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ static partial class AppTranslations
5454

5555
static public readonly TranslationsDictionary PessahDay = new()
5656
{
57-
[Language.EN] = $"{CelebrationsInLatinChars[TorahCelebration.Pessah][Language.EN]} Day {0}",
58-
[Language.FR] = $"{CelebrationsInLatinChars[TorahCelebration.Pessah][Language.FR]} Jour {0}"
57+
[Language.EN] = $"{CelebrationsInLatinChars[TorahCelebration.Pessah][Language.EN]} Day {{0}}",
58+
[Language.FR] = $"{CelebrationsInLatinChars[TorahCelebration.Pessah][Language.FR]} Jour {{0}}"
5959
};
6060

6161
static public readonly TranslationsDictionary SoukotDay = new()
6262
{
63-
[Language.EN] = $"{CelebrationsInLatinChars[TorahCelebration.Soukot][Language.EN]} Day {0}",
64-
[Language.FR] = $"{CelebrationsInLatinChars[TorahCelebration.Soukot][Language.FR]} Jour {0}"
63+
[Language.EN] = $"{CelebrationsInLatinChars[TorahCelebration.Soukot][Language.EN]} Day {{0}}",
64+
[Language.FR] = $"{CelebrationsInLatinChars[TorahCelebration.Soukot][Language.FR]} Jour {{0}}"
6565
};
6666

6767
static public readonly NullSafeDictionary<TorahCelebrationDay, TranslationsDictionary> CelebrationDays = new()

0 commit comments

Comments
 (0)