GeBo1
GeBo1
Could `RegexPostProcessing` be added (similar to `RomajiPostProcessing`, `TranslationPostProcessing`) that's run on translations that match an `r:` or `sr:`? `TranslationPostProcessing` doesn't apply if a network job isn't created, but I would...
Tracking things to be cleaned up after merging (List is still WIP) ## Nested Quotes - [ ] Should be opening double, opening single, closing single, closing double, like this:...
[XUnity.AutoTranslator](bbepis/XUnity.AutoTranslator) has changed how `=` escaping is handled as of [version 5.1](bbepis/XUnity.AutoTranslator#68a834f). New style escaping breaks `TranslationSync`. Should still be safe to dump with old style strings since currently old...
Entries in this format in `communication/info*/communication_*` files: ``` 「そうじゃな」「その通りじゃな」「そうじゃのう」「よいな」「ふむ」 ``` Currently they're just excluded, to prevent the translation for all 5 choices showing up, but they need to be handled...
There's an issue where it seems like not all the `CHOICE:` entries are being matched from the resources. This results in them auto-translating. May be related to whitespace or asset...
When the KKS changes promote it will include the ability to map groups of assets that can be searched when the direct asset does not contain a translation. Initial experiments...
When the KKS changes promote it will include the ability to map groups of assets that should be synced by TranslationSync. TranslationSync needs to be rewritten to use the mappings,...
Normally resource redirection needs to be an exact match, but some titles have subtle differences in whitespace between releases, which can break the translations loading. With bbepis/XUnity.AutoTranslator#202 this should be...
The correct path might not always be `BepInEx\unhollower`, but you should be able to get the path from `BepInEx.IL2CPP.Preloader.IL2CPPUnhollowedPath`. To reproduce set this in `BepInEx.cfg`: ``` UnhollowedAssembliesPath={BepInEx}\{ProcessName} ```
With `Enable Jinja2 templates` and `Combinatorial generation` checked, setting `Max generations` to `0` raises an exception trying to call `range(0)` on this line: ``` prompts = [jinja_template.render(**self._context) for i in...