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
Hi
I'm writing the Japanese text directly in HTML.
<pglot-model="greeting">こんにちは</p>
I have prepared a button in the page, and by pressing this button, the Japanese text is translated into English text written in a json file by "render".
"greeting": {
"en": "Hello"
}
However, I don't know how to change it back to Japanese after this.
If there is a method that cancels "render", please let me know.
The text was updated successfully, but these errors were encountered:
Hi
I'm writing the Japanese text directly in HTML.
I have prepared a button in the page, and by pressing this button, the Japanese text is translated into English text written in a json file by "render".
However, I don't know how to change it back to Japanese after this.
If there is a method that cancels "render", please let me know.
The text was updated successfully, but these errors were encountered: