Skip to content

Commit

Permalink
updates in prep for final translations and release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Jan 6, 2025
1 parent 814488b commit 3f0c128
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 31 deletions.
5 changes: 2 additions & 3 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pre-2.4.0
Sigil-2.4.0
New Features
- added a GetInfo dialog and right click menu option for XHTML files that provides a collection
of information specific to that file without having to run Reports (including a word count)
Expand All @@ -9,9 +9,8 @@ pre-2.4.0
- update to Qt 6.7.3 and its PySide6 version for MacOS and Windows release builds
- updates to building on linux documentation
- add support for building with and using virtual python environments on Windows and Linux
- change Replacement Chooser to use Checkboxes to determine if rep-lacements should be made, no deletes
- change Replacement Chooser to use Checkboxes to determine if replacements should be made, no deletes
- allow Windows Sigil installer to run on Windows arm64


Bug Fixes
- readability improvments for Load Warnings (thank you BeckyEbook)
Expand Down
2 changes: 1 addition & 1 deletion src/Resource_Files/plugin_launchers/python/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

import unicodedata

_launcher_version = 20241101
_launcher_version = 20250106

_RS = chr(30) # record separator
_US = chr(31) # unit separator
Expand Down
63 changes: 36 additions & 27 deletions src/Resource_Files/ts/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17409,98 +17409,102 @@ then if not found look for the second entry in the list, etc.</source>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="105"/>
<location filename="../../Dialogs/SearchEditor.cpp" line="95"/>
<source>Find</source>
<source>&amp;Find</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="108"/>
<source>Alt+F</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="115"/>
<location filename="../../Form_Files/SearchEditor.ui" line="118"/>
<source>Run Replace using the selected entry.
If a group is selected, loop through each entry
and stop at the first successful replace.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="120"/>
<location filename="../../Form_Files/SearchEditor.ui" line="123"/>
<location filename="../../Dialogs/SearchEditor.cpp" line="96"/>
<source>Replace</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="146"/>
<location filename="../../Form_Files/SearchEditor.ui" line="149"/>
<source>Run Replace/Find using the selected entry.
If a group is selected, loop through each entry
and stop at the first successful replace/find.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="151"/>
<location filename="../../Form_Files/SearchEditor.ui" line="154"/>
<source>Replace/Find</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="161"/>
<location filename="../../Form_Files/SearchEditor.ui" line="164"/>
<source>Run Replace All for the selected entries in the order selected.
Select a group to replace all entries in the group in order.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="165"/>
<location filename="../../Form_Files/SearchEditor.ui" line="168"/>
<source>Replace All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="191"/>
<location filename="../../Form_Files/SearchEditor.ui" line="194"/>
<source>Run Count All for the selected entries in the order selected,
including entries in selected groups.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="195"/>
<location filename="../../Form_Files/SearchEditor.ui" line="198"/>
<source>Count All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="205"/>
<location filename="../../Form_Files/SearchEditor.ui" line="208"/>
<source>Create a Counts report for the selected entries in the order selected,
including entries in selected groups.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="209"/>
<location filename="../../Form_Files/SearchEditor.ui" line="212"/>
<source>Counts Report</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="237"/>
<location filename="../../Form_Files/SearchEditor.ui" line="240"/>
<source>Move an entry up one level in the same group.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="240"/>
<location filename="../../Form_Files/SearchEditor.ui" line="273"/>
<location filename="../../Form_Files/SearchEditor.ui" line="305"/>
<location filename="../../Form_Files/SearchEditor.ui" line="338"/>
<location filename="../../Form_Files/SearchEditor.ui" line="243"/>
<location filename="../../Form_Files/SearchEditor.ui" line="276"/>
<location filename="../../Form_Files/SearchEditor.ui" line="308"/>
<location filename="../../Form_Files/SearchEditor.ui" line="341"/>
<source>...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="270"/>
<location filename="../../Form_Files/SearchEditor.ui" line="273"/>
<source>Move an entry to the level of its parent.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="302"/>
<location filename="../../Form_Files/SearchEditor.ui" line="305"/>
<source>You must select an item immediately under a group to move it into the group.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="335"/>
<location filename="../../Form_Files/SearchEditor.ui" line="338"/>
<source>Move an entry down one level in the same group.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Form_Files/SearchEditor.ui" line="400"/>
<location filename="../../Form_Files/SearchEditor.ui" line="403"/>
<source>Click Apply to load Find &amp; Replace with the selected search. Click OK to load your search, save your data, and close.</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -17524,6 +17528,11 @@ including entries in selected groups.</source>
<source>Name of your entry or group.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Dialogs/SearchEditor.cpp" line="95"/>
<source>Find</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Dialogs/SearchEditor.cpp" line="95"/>
<source>The text to put into the Find box.</source>
Expand Down Expand Up @@ -19615,7 +19624,7 @@ is restarted or a new book is opened.</source>
</message>
<message>
<location filename="../../Form_Files/SpellcheckEditor.ui" line="65"/>
<location filename="../../Dialogs/SpellcheckEditor.cpp" line="565"/>
<location filename="../../Dialogs/SpellcheckEditor.cpp" line="568"/>
<source>Ignore</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -19751,27 +19760,27 @@ Use if you edit any HTML files while Spellcheck is open.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Dialogs/SpellcheckEditor.cpp" line="337"/>
<location filename="../../Dialogs/SpellcheckEditor.cpp" line="340"/>
<source>Misspelled Words</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Dialogs/SpellcheckEditor.cpp" line="337"/>
<location filename="../../Dialogs/SpellcheckEditor.cpp" line="340"/>
<source>Total Unique Words</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Dialogs/SpellcheckEditor.cpp" line="566"/>
<location filename="../../Dialogs/SpellcheckEditor.cpp" line="569"/>
<source>Add to Dictionary</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Dialogs/SpellcheckEditor.cpp" line="567"/>
<location filename="../../Dialogs/SpellcheckEditor.cpp" line="570"/>
<source>Find in Text</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../Dialogs/SpellcheckEditor.cpp" line="568"/>
<location filename="../../Dialogs/SpellcheckEditor.cpp" line="571"/>
<source>Select All</source>
<translation type="unfinished"></translation>
</message>
Expand Down

0 comments on commit 3f0c128

Please sign in to comment.