You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey!
First off all, the plugin is awesome! Just played with it and seems to be the right tool for me on a certain project.
I have two small requests and one larger request:
[CTRL/CMD + S] should be saving the list and it doesn't :)
Instead of an input , you should replace it for a textarea, so that multilines are supported. Textarea could initially be the same height as the inputs now, so it'll keep the looks:
Multiline translations in twig:
{% filter t %}this
is
awesome
not?
{% endfilter %}
initially:
with multiline translation:
We have 2 websites with the same language, but they cannot have the same translations. This is because one of the websites is written in formal language and the other informal. The question is: can you make a multisite switch? That would be awesome!
For example, both English, but different style:
formal site: "Contact us in the form below."
informal site: "Send me your thoughts."
or
formal site: "Welcome"
informal site: "Hi there!"
The text was updated successfully, but these errors were encountered:
Hey!
First off all, the plugin is awesome! Just played with it and seems to be the right tool for me on a certain project.
I have two small requests and one larger request:
[CTRL/CMD + S] should be saving the list and it doesn't :)
Instead of an input , you should replace it for a textarea, so that multilines are supported. Textarea could initially be the same height as the inputs now, so it'll keep the looks:
Multiline translations in twig:
{% filter t %}this
is
awesome
not?
{% endfilter %}
initially:
![afbeelding](https://user-images.githubusercontent.com/90032/70311814-a9795300-1812-11ea-8ecd-8d7f8c9e3318.png)
with multiline translation:
![afbeelding](https://user-images.githubusercontent.com/90032/70312103-37edd480-1813-11ea-981e-e06fd063ee8f.png)
For example, both English, but different style:
formal site: "Contact us in the form below."
informal site: "Send me your thoughts."
or
formal site: "Welcome"
informal site: "Hi there!"
The text was updated successfully, but these errors were encountered: