EN translation
Opened this issue · 9 comments
Has an EN translation ever been planned for this app any time in the future? If not, I have quickly setup a rudimentary version, which does some static translations and auto translates everything else, which should get the job done. You could possibly link users looking for an "English version" in your README to here - https://github.com/strawhat-dev/HoYo.Gacha.DarkEN
Any future updates shouldn't require me to manually add any new translations, with the only downside being translate-shell as an extra dependency. Thanks for the useful app!
------------------------------------- AI 翻译 -------------------------------------
这个应用未来有计划推出英文翻译版吗?如果没有,我已经快速搭建了一个基础版本,它可以进行一些静态翻译,并自动翻译其他所有内容,应该能够完成任务。你可能会想在你的README中为寻找“英文版本”的用户提供一个链接到这里 - https://github.com/strawhat-dev/HoYo.Gacha.DarkEN
任何将来的更新都不应该要求我手动添加新的翻译,唯一的缺点是需要translate-shell作为额外依赖。感谢这款实用的应用!
Please add English language 🙏
This program is so good, but I can't read Chinese, and I have to image translate all the time :C
Please add English language 🙏 This program is so good, but I can't read Chinese, and I have to image translate all the time :C
@da3dsoul1 Did you try out my temporary patched version, which I mentioned above yet?
@lgou2w thank you for your work!
@strawhat-dev yep, right now using it, ty!
Also is this possible to run the program portable? So it stores all it's data in a folder and I can transfer it from one pc to the other without losing any progress?
Also is this possible to run the program portable?
@da3dsoul1 After building, you should be able to just move the built app directory which should be ./HoYo.Gacha/target/release
, which contains HoYo_Gacha.exe
, anywhere.
Also is this possible to run the program portable?
@da3dsoul1 After building, you should be able to just move the built app directory which should be
./HoYo.Gacha/target/release
, which containsHoYo_Gacha.exe
, anywhere.
It stores data in %appdata$/local, it's not 100% portable
Also is this possible to run the program portable?
@da3dsoul1 After building, you should be able to just move the built app directory which should be
./HoYo.Gacha/target/release
, which containsHoYo_Gacha.exe
, anywhere.It stores data in %appdata$/local, it's not 100% portable
%appdata%/local
is the user profile data of Microsoft Webview2
.
All account and gacha records data is in the HoYo.Gacha.db
database file in the same directory as exe.
Also is this possible to run the program portable?
@da3dsoul1 After building, you should be able to just move the built app directory which should be
./HoYo.Gacha/target/release
, which containsHoYo_Gacha.exe
, anywhere.It stores data in %appdata$/local, it's not 100% portable
%appdata%/local
is the user profile data ofMicrosoft Webview2
. All account and gacha records data is in theHoYo.Gacha.db
database file in the same directory as exe.
Oh okay, thanks for the clarification!