XUnity.AutoTranslator
XUnity.AutoTranslator copied to clipboard
As described. Below is some changes on `ChangeFont` I made to adopt to override UGui's ULabel ```cs else if( UnityTypes.Text != null && UnityTypes.UILabel.IsAssignableFrom( type ) ) { if( string.IsNullOrEmpty(...
Honkai impact 3rd is a known online game that only have 5 languages, that is why i tried to use ReiPatcher to translate the game. This game is made on...
Dear Maintainers, I am writing to bring to your attention potential licensing concerns regarding the 'RenpyThief' software, which is actively promoted on Bilibili (author's Bilibili page: https://space.bilibili.com/314844/dynamic). This software appears...
**hello. I would like to request a correction about your ReadMe file. The link is hanging in the Translators column. Like this 'https://anonym.to/?https://translate.google.com/' I am a Korean user. When I...
Hello, may I know when I can update the API translation feature of chatGPT
Game shortcut keys are conflicting; how can I modify the shortcut keys?
``` from flask import Flask, request import requests import json import re app = Flask(__name__) @app.route('/translate', methods=['get']) def translate(): content = request.args.get('text') api_key = "your apikey" # Set the HTTP...
I am trying to convert this text: 獲得金錢 150。 into a regex formula, but I am seemingly unable to get AutoTranslator to translate the text. This is the regex formula...
I have been testing Xunity AutoTranslator in several IL2CPP games, but it does not work as it should. **Danchro "https://www.danmachi-danchro.com/en/"** BepInEx v1.5.0, v1.5.1, and v1.5.3 does not work, the menu...
 I've figured out how to force text to display horizontally instead of vertically, but all the lines are in the same row. I've tried adding a "\n" at the...