Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This should speed up the process significantly, and GPT or Gemini are smart enough not to translate the wrapper's xml tags.
P.s. GPT and DeepSeek works for me, but not Gemini, for some reason.
재시작도 여러번 해보고 지웠다가도 깔아보고 했는데 안돼네요
This mod already takes such cases into consideration. Google and DeepL handle such cases by wrapping the relevant part or treating it as a placeholder. In the case of AI models, adding the relevant content to the prompt will handle it well. However, due to the limitations of translation engines, such cases are not handled well in reality.
@valya
It is difficult to understand why the target language may be different from your main language.
Example:
pt-br translation
{Jornada de 0}
and it should be like this
{0} Jornada
And how I can turn off auto tranlastion for new mods?
Thanks!
You can still use Grok by using ChatGPT and change the API entrypoint: https://api.x.ai/v1/
because they uses same api form.
And now, I would like to introduce a new update.
This update was contributed by @StartaBafras. Thank you!
- Ollama support
- Rate limit setting
I've tested in my own ollama server, Gemma3:27b and it works well and fast
Additionally, I've added a retranslation feature. In the mod toggle panel, when a mod's translation is turned off, a new button appears. Clicking this button will restart the translation process for just that specific mod.
Warning: These features are still quite unstable and likely to have many bugs. Please use with caution. And only 1.6 affects this updates.
I would like to express my gratitude to the user with the nickname @qvp-FAVE for resolving my issue. In order for the Deepl API translation to work, you need to go to the folder SteamLibrary\steamapps\workshop\content\294100\3278005460\Source\AutoTranslation\Translators (in general, look for the folder with this mod on your hard drive).
Next, open the Translator_DeepL_Pro.cs or Translator_DeepL.cs file in an editor (depending on which one you are going to use).
Then remove the “$” sign before the text “ https://api.deepl.com/v2/translate”; or “ https://api-free.deepl.com/v2/translate”;
Was: protected virtual string url => $“ https://api-free.deepl.com/v2/translate”;
Now: protected virtual string url => “ https://api-free.deepl.com/v2/translate”;
It's that simple. After that, save the file, restart the game, and now you can specify the Deepl API and the translation will start working.
AI 번역의 경우 묶어서 요청할 수 있는 기능이 있으면 좋을 것 같습니다. 분당 요청 수 제한으로 인한 속도 제한이 개선될 수 있을 것으로 보입니다.
파일을 통으로 요청 기능도 있으면 좋겠습니다.
Chat GPT 번역의 경우, 특정 포맷을 요구하는 모델은 지원되지 않는 것 같습니다.
감사합니다.
- fixed DeepL issue
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.Log:ErrorOnce (string,int)
Verse.GrammarResolverSimple:TryResolveInner (Verse.TaggedString,int,System.Text.StringBuilder,System.Collections.Generic.List`1<string>,System.Collections.Generic.List`1<object>,bool)
Verse.GrammarResolverSimple:Formatted (Verse.TaggedString,System.Collections.Generic.List`1<string>,System.Collections.Generic.List`1<object>)
Verse.GrammarResolverSimpleStringExtensions:Formatted (string,Verse.NamedArgument)
Verse.GrammarResolverSimpleStringExtensions:Formatted (Verse.TaggedString,Verse.NamedArgument)
Verse.TranslatorFormattedStringExtensions:Translate (string,Verse.NamedArgument)
RimWorld.GeneDefGenerator:DependencyThoughtDef (RimWorld.ChemicalDef,bool)
...
RimWorld.GeneDefGenerator/<ImpliedThoughtDefs>d__1:MoveNext ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:RimWorld.DefGenerator.GenerateImpliedDefs_PreResolve_Patch2 (bool)
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()
I am using DeepL Pro so that shouldn't be the case but there may have been a change on the site.
The following was left in the error log.
APIの上限に達したとのメッセージが出てDeepLの翻訳ができません。
DeepL Proを使用しているのでそのはずはないのですがサイト側で変更があったのかもしれません。
エラーログには下記のものが残っていました。
<color=#34e2eb>AutoTranslation</color>: DeepL (Pro), translate failed. reason: System.Exception|Web error: HTTP/1.1 403 Forbidden