Skip to content

Commit

Permalink
Merge pull request #1074 from Ordisoftware/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Ordisoftware authored Feb 8, 2022
2 parents e2e416c + 7639bf1 commit 927a10a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Project/Source/Program/Translations/AppTranslations.News.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// You may add additional accurate notices of copyright ownership.
/// </license>
/// <created> 2021-02 </created>
/// <edited> 2021-11 </edited>
/// <edited> 2022-01 </edited>
namespace Ordisoftware.Hebrew.Calendar;

/// <summary>
Expand All @@ -34,6 +34,13 @@ static partial class AppTranslations
"• Quelques améliorations et corrections."
},*/

["9.24"] = new TranslationsDictionary
{
[Language.EN] = "• Fix Tetsave hebrew name and lettriq: parashot board need to be restored or edited, see ParashotFactory.txt and Parashot-Lettriqs.txt in application's document folder.",

[Language.FR] = "• Correction du nom hébreu de Tetsave et de la lettrique : le tableau des parashot doit être restaurée ou édité, voir ParashotFactory.txt et Parashot-Lettriqs.txt dans le dossier de documents de l'application."
},

["9.x"] = new TranslationsDictionary
{
[Language.EN] = "• Added mouse hover effect in monthly view." + Globals.NL +
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,9 @@ The generation of parashot relating to Shabatot with the omer of the moon or the
- Add comments to bookmarks.
- Add command-line option `--lunarmonths` to show the lunar months board.

#### In progress - Version 9.24
#### 2022.02.08 - Version 9.24

- Fix Tetsave hebrew name and lettriq: parashot board need to be restored or edited, see ParashotFactory.txt and Parashot-Lettriqs.txt in application's document folder.
- Code refactoring.
- Update web links about celebrations, calendar and judaism.

Expand Down

0 comments on commit 927a10a

Please sign in to comment.