Skip to content

Commit d53dc40

Browse files
author
Olivier Rogier
committed
Fix code
1 parent f7c7d0e commit d53dc40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
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)