RemafoX icon indicating copy to clipboard operation
RemafoX copied to clipboard

Report issues, request features or ask for help for the ReMafoX app here.

Results 30 RemafoX issues
Sort by recently updated
recently updated
newest added

## 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...

Feature Request
Size: Medium

## 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...

Feature Request
Size: Tiny

## 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...

Feature Request

## 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...

Feature Request
Size: Tiny

## 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...

Feature Request
Size: Small

## 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...

Feature Request
Size: Medium

## 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...

Feature Request
Size: Tiny

## 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...

Feature Request
Size: Small

## Problem Statement Remafox does not support multiline strings yet. ``` let myString = """ My long text foobar baz bar """ ```

Feature Request