mkucuksari
Chevereto Member
I have a Xenforo base forum platform. I was using some other image server solutions before. Just notice this great application, cheverato and start to investigate it.
I try to read and understand every details shared here and help documents. https://chevereto.com/docs/pup
For Xenforo integration, I have added the following code at "quick_reply_macros" templates and get the following screen.
PUP function is working great with Xenforo, many thanks for this great integration
My question is : How can I change the button language to Turkish ?
I know there is language plugin key options as "data-lang". But the problem is Turkish is not a support one.
When I check "pup.dev.js" and "pup.js" files, I find some codes related with lang support. When I added a new language Turkish as "tr" in these files, does not solve it.
Without using "Manual button binding", how can I change the text of image upload file in Turkish (Upload Images >> Resim Yukle)
Thanks for your interest and support.
I try to read and understand every details shared here and help documents. https://chevereto.com/docs/pup
For Xenforo integration, I have added the following code at "quick_reply_macros" templates and get the following screen.
PUP function is working great with Xenforo, many thanks for this great integration
<script async src="//photoland.io/sdk/pup.js" data-url="https://photoland.io/upload" data-auto-insert="bbcode-embed"data-sibling=".js-attachmentUpload" data-sibling-pos="before"></script>
My question is : How can I change the button language to Turkish ?
I know there is language plugin key options as "data-lang". But the problem is Turkish is not a support one.
When I check "pup.dev.js" and "pup.js" files, I find some codes related with lang support. When I added a new language Turkish as "tr" in these files, does not solve it.
l10n: {
"ar":"\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0648\u0631",
"cs":"Nahr\u00e1t obr\u00e1zky",
"de":"Bilder hochalden",
"[B]tr" : "Resim Yukle",[/B]
Without using "Manual button binding", how can I change the text of image upload file in Turkish (Upload Images >> Resim Yukle)
Thanks for your interest and support.