Google Transliteration for Indian Languages not Working
+2
tikky
kraja29
6 posters
Page 1 of 1
Google Transliteration for Indian Languages not Working
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
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
kraja29- New Member
- Posts : 20
Reputation : 0
Language : English
Re: Google Transliteration for Indian Languages not Working
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:
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" />
- Code:
<link rel="stylesheet" type="text/css" href="https://www.google.com/uds/modules/elements/transliteration/api.css" />
kraja29 likes this post
Re: Google Transliteration for Indian Languages not Working
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:to
- Code:
<link rel="stylesheet" type="text/css" href="http://www.google.com/uds/modules/elements/transliteration/api.css" />
- 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?
kraja29- New Member
- Posts : 20
Reputation : 0
Language : English
Re: Google Transliteration for Indian Languages not Working
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" />
- Code:
<link rel="stylesheet" type="text/css" href="https://www.google.com/uds/modules/elements/transliteration/api.css" />
Re: Google Transliteration for Indian Languages not Working
pedxz wrote:Go to your overall_header (Template > Geral) find and replaceto
- Code:
<link rel="stylesheet" type="text/css" href="http://www.google.com/uds/modules/elements/transliteration/api.css" />
- 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 , what could be the reason?
kraja29- New Member
- Posts : 20
Reputation : 0
Language : English
Re: Google Transliteration for Indian Languages not Working
Where is the Google Translate on your forum? I do not see it.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Google Transliteration for Indian Languages not Working
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.
kraja29- New Member
- Posts : 20
Reputation : 0
Language : English
Re: Google Transliteration for Indian Languages not Working
Thank you @skouliki , I will try this and get backskouliki wrote:maybe this can help you https://developers.google.com/transliterate/v1/getting_started?hl=en
kraja29- New Member
- Posts : 20
Reputation : 0
Language : English
Re: Google Transliteration for Indian Languages not Working
Everything as per google guidelines, all of sudden it is not working..skouliki wrote:maybe this can help you https://developers.google.com/transliterate/v1/getting_started?hl=en
Yesterday I have updated overall_header.html as per @pedxz also, please help
kraja29- New Member
- Posts : 20
Reputation : 0
Language : English
Re: Google Transliteration for Indian Languages not Working
"Google Transliterate not served over HTTPS"
Any solution for this...?
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);
});
});
});
Re: Google Transliteration for Indian Languages not Working
sivastar wrote:"Google Transliterate not served over HTTPS"
Any solution for this...?
please open your own thread
kraja29 likes this post
kraja29- New Member
- Posts : 20
Reputation : 0
Language : English
Re: Google Transliteration for Indian Languages not Working
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
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" }); */
Re: Google Transliteration for Indian Languages not Working
Very informative information about Google Transliterate. I also want to create a forum for my website, and this information will definitely help me.
Chalesboon- New Member
- Posts : 14
Reputation : 2
Language : english
Re: Google Transliteration for Indian Languages not Working
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.
|
Similar topics
» Google transliteration code for search box input
» Google+1 Twitter Facebook widget not working
» Flash Player Not Working All Of A Sudden In Google Chrome But Works In IE
» [Languages] How many languages do you speak?
» Indian
» Google+1 Twitter Facebook widget not working
» Flash Player Not Working All Of A Sudden In Google Chrome But Works In IE
» [Languages] How many languages do you speak?
» Indian
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum