Ren'Py Translator ToolKit

In this forum we discuss the future of Ren'Py, both bug fixes and longer-term development. Pre-releases are announced and discussed here.
Message
Author
User avatar
Beuc
Regular
Posts: 86
Joined: Sat Sep 29, 2018 3:38 pm
Contact:

Re: Ren'Py Translator ToolKit

#46 Post by Beuc »

SileNTViP wrote: Thu Jul 08, 2021 2:22 pm Beuc. Hello again )
RTTK don't get "Another student" in .po and .pot file.
Example:

Code: Select all

# game/Scenes/introduction.rpy:110
translate russian introduction_1a64b9a7:

    # "Another student" "I bet he's dreaming about the teacher! Teacher's pet! Teacher's pet!"
    "Another student" "Держу пари, он мечтает о учителе! Учитель питомец! Учитель питомец!"
"Another student" needs to be marked for translation _("Another student")
Neyunse wrote: Mon Oct 25, 2021 1:50 pm Is it possible to separate the ".po" files from the common, screen files? I mean to translate only the dialogs and not all together.
example:
out/[game folder]/*.po
I just received the same question by mail; I'm not actively working on renpy-ttk, but it seems to me that .po files are meant to include everything for a given project. If you don't want to translate, I'd suggest just leaving the string untranslated (renpy-ttk will use the original English instead).

yoyortx13
Newbie
Posts: 1
Joined: Wed Feb 23, 2022 12:27 pm
Tumblr: yoyortx
Deviantart: yoyortx
Github: yoyortx
itch: yoyortx
Contact:

Re: Ren'Py Translator ToolKit

#47 Post by yoyortx13 »

Thanks for the answer :-)

Another question, your program outputs a single file.po for the entire game directory, is there a way for the program to output a file .po per file .rpy?

For example, now with a list of files of this style in the directory:
game/script1.rpy
game/script2.rpy
game/script3.rpy
...
it outputs a file-> game.po.
Would it be possible to output -> game/script1.po, game/script2.po, game/script3.po, etc... with your converter??

And the return .rpy too :wink:

SileNTViP
Newbie
Posts: 7
Joined: Sat May 23, 2020 4:34 pm
Contact:

Re: Ren'Py Translator ToolKit

#48 Post by SileNTViP »

"Another student" needs to be marked for translation _("Another student")
But the author of the game didn't do that. Edit the source code for him? ))) If you manually replace, then the game displays the text correctly.

Interbullet Art
Newbie
Posts: 2
Joined: Fri Apr 08, 2022 11:56 am
Contact:

Re: Ren'Py Translator ToolKit

#49 Post by Interbullet Art »

the download link doesn't work and the development version too on renpy 8

User avatar
Beuc
Regular
Posts: 86
Joined: Sat Sep 29, 2018 3:38 pm
Contact:

Re: Ren'Py Translator ToolKit

#50 Post by Beuc »

I was asked to upgrade renpy-ttk to Ren'Py 8 (Python 3).
I just did it because I'm such a nice guy.

User avatar
Donmai
Eileen-Class Veteran
Posts: 1973
Joined: Sun Jun 10, 2012 1:45 am
Completed: Toire No Hanako, Li'l Red [NaNoRenO 2013], The One in LOVE [NaNoRenO 2014], Running Blade [NaNoRenO 2016], The Other Question, To The Girl With Sunflowers
Projects: Slumberland
Location: Brazil
Contact:

Re: Ren'Py Translator ToolKit

#51 Post by Donmai »

Of course you are!
Image
No, sorry! You must be mistaking me for someone else.
TOIRE NO HANAKO (A Story About Fear)

Post Reply