stb str file viewer editor

Here everybody can post his problems with PhotoLine
csanchez
Mitglied
Posts: 27
Joined: Tue 19 Jul 2022 06:00

stb str file viewer editor

Post by csanchez »

After several attempts, thanks to the help of AI, I have created this simple program to facilitate the translation of PhotoLine.
I hope it helps you and that you like it :D

The program preserves the structure of the files, all are saved in UTF-8.
If I remember correctly, some use another encoding, but I'm really not going to make any more changes at the moment and it's something that can be easily adjusted by hand (sorry about that!).

If you want any improvement/change you can comment here or feel free to modify it as you like :)

Image

Image

The program requires Python and PyQt6 on the system.

Windows binary: https://www.mediafire.com/file/iiahsdvd ... s.zip/file

Source code of revision 2: https://www.mediafire.com/file/rcur3gv8 ... 2.zip/file

Source code of first version:
https://www.mediafire.com/file/s6vkfww2 ... r.zip/file
Last edited by csanchez on Sat 15 Mar 2025 05:00, edited 1 time in total.
csanchez
Mitglied
Posts: 27
Joined: Tue 19 Jul 2022 06:00

Re: stb str file viewer editor

Post by csanchez »

Program updated.

Image

Now, in addition to selecting the folder with the button, you can drag and drop it directly into the program.

Some more information of interest has been added to the status bar, including how many "branches" the files contain, how many lines are translated in all, and how many are translated in the current branch.

I don't think the count is perfect and it has some flaws, but I don't feel like continuing and I think it still gives a better general idea of how the translations are going.

I have also included a compiled version for Windows, so you don't need to install Python at all.

I also leave the source code in case anyone is interested as well :)
User avatar
Hoogo
Betatester
Posts: 4106
Joined: Sun 03 Jul 2005 13:35
Location: Deutschland

Re: stb str file viewer editor

Post by Hoogo »

Do you plan to create another language for PL?
----------------
Herr Doktor, ich bin mir ganz sicher, ich habe Atom! /Doctor, doctor, I'm sure, I've got atoms!
csanchez
Mitglied
Posts: 27
Joined: Tue 19 Jul 2022 06:00

Re: stb str file viewer editor

Post by csanchez »

Hello Hoogo, yes, I plan to translate it into Spanish :)
And well, since the last time I tried to do it, it was very uncomfortable for me to translate text files in a notepad, I did this.