Skip to content

Commit

Permalink
update base for trasnlations for latest GetInfo dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Nov 1, 2024
1 parent 750f814 commit bbf9066
Show file tree
Hide file tree
Showing 2 changed files with 594 additions and 462 deletions.
5 changes: 3 additions & 2 deletions docs/Translating.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ manner for some reason (a bug in Qt?)
1. Make sure the Qt project "bin" directory is in your path so that
the right version of "lconvert" can be found. For me this is:

export MYQTHOME=~/Qt672
export MYQTHOME=~/Qt673
export PATH=${MYQTHOME}/bin:${PATH}

2. Open a terminal and change to the Sigil/src/Resource_Files/ts directory.

3. rm base.ts

4. Run `lupdate ../../* -ts base.ts`
4. Run:
lupdate ../../* -ts base.ts

5. Now manually edit the resulting base.ts file and change all of the
following single numerusform tags:
Expand Down
Loading

0 comments on commit bbf9066

Please sign in to comment.