File tree 1 file changed +4
-4
lines changed
Project/Source/Program/Translations
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ static partial class AppTranslations
54
54
55
55
static public readonly TranslationsDictionary PessahDay = new ( )
56
56
{
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} }"
59
59
} ;
60
60
61
61
static public readonly TranslationsDictionary SoukotDay = new ( )
62
62
{
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} }"
65
65
} ;
66
66
67
67
static public readonly NullSafeDictionary < TorahCelebrationDay , TranslationsDictionary > CelebrationDays = new ( )
You can’t perform that action at this time.
0 commit comments