-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporting JSON file with Emojis transforms emojis. #1535
Comments
That's actually for 2 separate issues. The first one is backend issue, the second one is more related to frontend.
However, we know that this is not correct approach. So I guess we should enable user to define context of the translation/key. So user should be able to define whether the translations are HTML or plaintext. Or whether to use ICU message format or turn it off. This might be a part of Universal Format Support features, we have on roadmap, but IMO we should consider adding these features ASAP, since it's simple and might help a lot. Thoughts? @stepan662 @cyyynthia |
I guess we could have some settings for the editor (ICU on/off). Not sure about the new lines, could also be a setting. |
It should be 3 state switch ICU/HTML/nothing, right?
|
Hey! Thanks. That might make sense. We will talk about that on next meeting. To the docker issue and aut issues: Please open a discussion for that. It doesn't fit here. 🙏🏻 |
By "show it", you mean show "\n" written (as a text)? |
Markdown support is tracked by #1298 |
On import that should indeed be handled, you're right. I glossed over this possibility as you mentioned export and thought you meant it should be encoded the "correct" way in the JSON export specifically. I stand on my position that this is the job of a consumer to properly display this representation, and should be fixed in the webapp. |
This issue is stale because it has been open for 30 days with no activity. |
This issue is stale because it has been open for 30 days with no activity. |
Hi there, I came accross few bugs, from the docker-image!
How it's in the exported json file:

How it should be:

Also another problem:
Also another slight problem:
-> I have English (British) and English (United State)
-> The config I set for my project is, that English (United State) is the default one, however it's always English (British) selected on default.
The text was updated successfully, but these errors were encountered: