By Henning on Tuesday, 20 September 2016
Posted in General Issues
Replies 7
Likes 0
Views 254
Votes 0
Hi,

I have just upraded EasyBlog from 3.9 to 5.037. After a lot of modifications, it seems everthing is allright, except something are not translated into German, e.g. see sreenshot.

Regards,

Henning
Hello Henning,

It's most likely that the translators are still translating it but you can translate it yourself if you can't wait for them. You can edit the file /language/de-DE/de-DE.com_easyblog.ini and make the necessary changes.
·
Wednesday, 21 September 2016 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

thanks for your quick reply!

I have inserted COM_EASYBLOG_COMMENTS_TNC_AGREE into the de-DE.com_easyblog.ini and copy the string from COM_EASYBLOG_AGREE_TERMS_AND_CONDITIONS.

Unfortunately the quotes will not be correct escaped and the "terms and conditions" will not be translated.

Regards,

Henning
·
Wednesday, 21 September 2016 17:38
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like you that language translation show broken, can you provide us with your whole language translation for this?

COM_EASYBLOG_AGREE_TERMS_AND_CONDITIONS
·
Wednesday, 21 September 2016 19:59
·
0 Likes
·
0 Votes
·
0 Comments
·
COM_EASYBLOG_COMMENTS_TNC_AGREE="Ich habe die <a href="_QQ_"%1s"_QQ_" style="_QQ_"text-decoration: underline;"_QQ_">Nutzungsbedingungen</a> gelesen und bin mit ihnen einverstanden."

(string is copied from: COM_EASYBLOG_AGREE_TERMS_AND_CONDITIONS="Ich habe die <a href="_QQ_"%1s"_QQ_" style="_QQ_"text-decoration: underline;"_QQ_">Nutzungsbedingungen</a> gelesen und bin mit ihnen einverstanden."
·
Wednesday, 21 September 2016 20:14
·
0 Likes
·
0 Votes
·
0 Comments
·
hey there,

We actually no longer use this language constant now -> COM_EASYBLOG_AGREE_TERMS_AND_CONDITIONS

So you have to use this :

// Remove this
COM_EASYBLOG_COMMENTS_TNC_AGREE="Ich habe die <a href="/_QQ_"%1s"_QQ_" style="_QQ_"text-decoration: underline;"_QQ_">Nutzungsbedingungen</a> gelesen und bin mit ihnen einverstanden."

// use this
COM_EASYBLOG_COMMENTS_TNC_AGREE="Ich habe gelesen und vereinbart die %1$s"
·
Wednesday, 21 September 2016 20:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay, in correct German:

COM_EASYBLOG_COMMENTS_TNC_AGREE="Ich habe die %1$s gelesen und stimme ihnen zu."

Additional it must be added:
COM_EASYBLOG_COMMENTS_TNC_TEXT="Nutzungsbedingungen"
COM_EASYBLOG_DIALOG_COMMENTS_TERMS_TITLE="Nutzungsbedingungen"

Regards,

Henning
·
Wednesday, 21 September 2016 21:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing Henning
·
Wednesday, 21 September 2016 23:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post