anonymousException / renpy-translator

A translator for renpy based on google | youdao | deepl | open-ai | offline-ai tranlation supports extract untranslated words and translate
MIT License
61 stars 9 forks source link

why? Is this from the application or from the original file? A bit useless #9

Closed jusaozzz closed 4 months ago

jusaozzz commented 4 months ago

old "old:1709016761.706834_0.8853030081254853" new "new:1709016761.706834_0.8853030081254853"

jusaozzz commented 4 months ago

I'm just a little confused whether it's the original file or the program.

jusaozzz commented 4 months ago

Is the extracted program written in or the original file? Regarding your latest version, I am glad that the problem I encountered has been solved, thank you.

jusaozzz commented 4 months ago

So what is this?

old "old:1709016761.706834_0.8853030081254853" new "new:1709016761.706834_0.8853030081254853"

anonymousException commented 4 months ago

I'm just a little confused whether it's the original file or the program.

It's generated by my program to specify the unique generated time , it is a timestamp_random (random value is to make sure the generated content is unique otherwise will cause error) , you can convert it to detail time as you mentioned old:1709016761.706834_0.8853030081254853 you can convert 1709016761.706834 to detail time through https://www.epochconverter.com/ or other timestamp convert website

anonymousException commented 4 months ago

So what is this?

old "old:1709016761.706834_0.8853030081254853" new "new:1709016761.706834_0.8853030081254853"

unique timestamp to mark the time you extract

jusaozzz commented 4 months ago

Thank you for your explanation.