RemafoX
RemafoX copied to clipboard
Report issues, request features or ask for help for the ReMafoX app here.
## Steps to Reproduce: 1. Open an existing project in RemafoX 2. Get the following error message: [Sandbox] Resolving Bookmark Data URL Failed: The file couldn’t be opened because it...
## Problem Statement Allow to give context for better translations. ## Suggested Solution Allow ChatGPT as a translation option. ## Additional Considerations Maybe there could be a field with the...
## Problem Statement For example, I have an English string "button_title" = "ok", but no translated string in Spanish When I run the Normalizer, the app automatically puts a string...
## Problem Statement Code generation for the RemafoX.swift Loc enum may change the spelling of a translation key. If you open the translation window and type in a translation key...
## Steps to Reproduce: translating a large batch of strings using Microsoft Translator request limit exceeded ## Expected Behavior: the succesfull translations should be inserted in my Strings ## Current...
## Problem Statement My team is using DeepL and would like to use at least two features that are available in DeepL Pro via their "translate text" API: **formality** and...
## Problem Statement Maybe related to #12, but it would be nice to have a visual and easy way to localise the contents of the apps Info.plist file. These strings...
## Steps to Reproduce: I set up some languages using folder codes copied from another app. Amongst others, I used `pt.lproj` ## Expected Behavior: strings should translate - _or give...
## Problem Statement AppIntents require LocalizedStringResource These are essentially lazily loaded localized strings The ergonomics are painful though. `static var title: LocalizedStringResource = LocalizedStringResource("Intent.AskMeAnything")` but to use code, I need...
## Problem Statement Remafox does not support multiline strings yet. ``` let myString = """ My long text foobar baz bar """ ```