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 there,i installed this plugin to use with a daily quote plugin.Daily quote plugin reedems a quote everyday.I have no problems understanding english but all my page is written with my native language and i don't want this quote in english language.It would be great for automatic creations/templates if you can provide this feature:
For example:
input:de[{{en_quote}}]
output:de_quote
(i am not a developer so i may have missed some things.Sorry about that.)
The text was updated successfully, but these errors were encountered:
In general, providing translations for a widget/view/... created by a plugin is not easily possible, as the translate plugin has no way to communicate with the other plugin (so translations/internationalisation has to be supported by the quote plugin itself)
If it helps, it is possible to create a translation script that uses this plugin using e.g. Templater like:
<%*letengText="Text to translate";letsourceLanguage="auto";lettargetLanguage="de";constapi=app.plugins.plugins['translate'].api;if(api?.canTranslate){constoutput=awaitapi.translate(engText,sourceLanguage,targetLanguage);console.log(output)if(output.status_code!==200)newNotice(output.message);elsetR+=output.translation;}%>
Hi there,i installed this plugin to use with a daily quote plugin.Daily quote plugin reedems a quote everyday.I have no problems understanding english but all my page is written with my native language and i don't want this quote in english language.It would be great for automatic creations/templates if you can provide this feature:
For example:
input:de[{{en_quote}}]
output:de_quote
(i am not a developer so i may have missed some things.Sorry about that.)
The text was updated successfully, but these errors were encountered: