Conversation
| ```console | ||
| docker run \ | ||
| -e FRANKENPHP_CONFIG="worker /app/caminho/para/seu/worker/script.php" \ | ||
| -e FRANKENPHP_CONFIG="worker /app/path/to/your/worker/script.php" \ |
There was a problem hiding this comment.
this is correct based on our prompts, but how do we feel about this?
There was a problem hiding this comment.
Maybe the prompt should not allow it to un-translate already translated stuff. Or we can also tell it to adjust code translations based on what's done in the existing translations.
There was a problem hiding this comment.
I actually don't think it's a terrible idea to have it behave this way. It also simplifies cases of e.g. french characters that aren't valid file paths. Or chinese.
There was a problem hiding this comment.
Don't think it would actually add invalid characters to paths. I guess I still agree with you though since code is just generally written in english, so knowning what /path/to/app means is probably the required minimum.
Translation updates for: worker.md .