The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Google Transliteration for Indian Languages not Working

+2
tikky
kraja29
6 posters

Go down

In progress Google Transliteration for Indian Languages not Working

Post by kraja29 June 27th 2020, 3:24 pm

Dear Admin / Moderators ,

Since two weeks the Google Transliteration service not working in our board, It has been working very well for many years. I have checked the ACP->Modules->Javascript Its remains same there is nothing changed in the script.

Please Advice

Out Site Name https://eegarai.darkbb.com

Thank you
Raja
avatar
kraja29
New Member

Posts : 20
Reputation : 0
Language : English

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by tikky June 27th 2020, 3:33 pm

Hello @kraja29,

After installing the ssl (https) certificate (read the point 3.1) you need to update everything (img/videos/the href attribute) that use the http protocol:
Code:
<link rel="stylesheet" type="text/css" href="http://www.google.com/uds/modules/elements/transliteration/api.css" />
to
Code:
<link rel="stylesheet" type="text/css" href="https://www.google.com/uds/modules/elements/transliteration/api.css" />
tikky
tikky
Forumember

Posts : 894
Reputation : 157
Language : 🇵🇹

https://www.forumotion.com/create-forum/modernbb

kraja29 likes this post

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by kraja29 June 27th 2020, 4:28 pm

pedxz wrote:Hello @kraja29,

After installing the ssl (https) certificate (read the point 3.1) you need to update everything (img/videos/the href attribute) that use the http protocol:
Code:
<link rel="stylesheet" type="text/css" href="http://www.google.com/uds/modules/elements/transliteration/api.css" />
to
Code:
<link rel="stylesheet" type="text/css" href="https://www.google.com/uds/modules/elements/transliteration/api.css" />


Can you explain how to do this?
avatar
kraja29
New Member

Posts : 20
Reputation : 0
Language : English

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by tikky June 27th 2020, 4:40 pm

Go to your overall_header (Template > Geral) find and replace
Code:
<link rel="stylesheet" type="text/css" href="http://www.google.com/uds/modules/elements/transliteration/api.css" />
to
Code:
<link rel="stylesheet" type="text/css" href="https://www.google.com/uds/modules/elements/transliteration/api.css" />
tikky
tikky
Forumember

Posts : 894
Reputation : 157
Language : 🇵🇹

https://www.forumotion.com/create-forum/modernbb

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by kraja29 June 27th 2020, 5:50 pm

pedxz wrote:Go to your overall_header (Template > Geral) find and replace
Code:
<link rel="stylesheet" type="text/css" href="http://www.google.com/uds/modules/elements/transliteration/api.css" />
to
Code:
<link rel="stylesheet" type="text/css" href="https://www.google.com/uds/modules/elements/transliteration/api.css" />

I did the changes and save & Publish ,

but still same , language not converting Sad , what could be the reason?
avatar
kraja29
New Member

Posts : 20
Reputation : 0
Language : English

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by SLGray June 27th 2020, 8:54 pm

Where is the Google Translate on your forum?  I do not see it.


Google Transliteration for Indian Languages not Working Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by kraja29 June 28th 2020, 10:43 am

SLGray wrote:Where is the Google Translate on your forum?  I do not see it.

@SLGray ,
Sir,
We do not use Google Translate , we use Transliteration only.
avatar
kraja29
New Member

Posts : 20
Reputation : 0
Language : English

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by skouliki June 28th 2020, 10:58 am

skouliki
skouliki
Manager
Manager

Female Posts : 15064
Reputation : 1690
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by kraja29 June 28th 2020, 11:06 am

Thank you @skouliki , I will try this and get back
avatar
kraja29
New Member

Posts : 20
Reputation : 0
Language : English

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by kraja29 June 28th 2020, 10:36 pm

Everything as per google guidelines, all of sudden it is not working..

Yesterday I have updated overall_header.html as per @pedxz also, please help
avatar
kraja29
New Member

Posts : 20
Reputation : 0
Language : English

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by skouliki June 29th 2020, 9:05 am

did yo try to contact google ?
skouliki
skouliki
Manager
Manager

Female Posts : 15064
Reputation : 1690
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by sivastar July 1st 2020, 8:01 am

"Google Transliterate not served over HTTPS"

Any solution for this...?



Code:
google.load('elements', '1', {
    packages: 'transliteration'
});

google.setOnLoadCallback(function () {
    $(function () {
    // This should hopefully cause all the other DOM ready
    // events to be run before this one including the one
    // that initialises SCEditor
    setTimeout(function () {
        // Cludge to add id's to sceditor inputs
        $('.sceditor-container iframe').attr('id', 'sceditor-iframe');
        $('.sceditor-container textarea').attr('id', 'sceditor-textarea');

        var ids = ['sceditor-iframe', 'sceditor-textarea', 'fa_textarea', 'input.fa_login', '#quickloginform-input']; 
        var options = {
            sourceLanguage: 'en',
            destinationLanguage: ['ta'],
            shortcutKey: 'alt+g',
            transliterationEnabled: true
        };

        var control = new google.elements.transliteration.TransliterationControl(options);
        control.makeTransliteratable(ids);
    });
    });
});

sivastar
sivastar
Forumember

Male Posts : 152
Reputation : 16
Language : Tamil
Location : Malaysia

http://www.eegarai.net

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by skouliki July 1st 2020, 8:58 pm

sivastar wrote:"Google Transliterate not served over HTTPS"

Any solution for this...?


please open your own thread
skouliki
skouliki
Manager
Manager

Female Posts : 15064
Reputation : 1690
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

kraja29 likes this post

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by kraja29 July 2nd 2020, 11:01 am

skouliki wrote:
sivastar wrote:"Google Transliterate not served over HTTPS"

Any solution for this...?


please open your own thread

Dear @skouliki ,
we are the admins of the forum eegarai.darkbb.com , thats why my friend @sivastar amend our reply in the same thread.

thank you
raj
avatar
kraja29
New Member

Posts : 20
Reputation : 0
Language : English

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by skouliki July 2nd 2020, 12:04 pm

thank you for your information

lets try something

open the https://www.google.com/jsapi and copy paste the code locally... change the urls with http to https. ...include this file in your code.

also remove this code if you're using it

Code:
/* google.load("elements", "1", { packages: "transliteration" }); */
skouliki
skouliki
Manager
Manager

Female Posts : 15064
Reputation : 1690
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by Chalesboon July 9th 2020, 5:44 pm

Very informative information about Google Transliterate. I also want to create a forum for my website, and this information will definitely help me.
Chalesboon
Chalesboon
New Member

Male Posts : 14
Reputation : 2
Language : english

Back to top Go down

In progress Re: Google Transliteration for Indian Languages not Working

Post by skouliki July 9th 2020, 8:54 pm

Chalesboon wrote:Very informative information about Google Transliterate. I also want to create a forum for my website, and this information will definitely help me.

official warning
Please don't hijack another member’s topic's.
Please open your own thread if you having a problem with your forum.
Please read our forum rules:ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15064
Reputation : 1690
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum