Hi,
as explain in subject, i have installed servicepack plugin it-IT but i you try to add comment, language remain en-EN.
www.lari-ce.it
someone can help me.
I use joomla 1.6.2
Problem with yvcomment languagepack
-
- Joomla! Apprentice
- Posts: 27
- Joined: Mon Aug 02, 2010 11:21 am
- yvolk
- Joomla! Guru
- Posts: 979
- Joined: Thu Jun 01, 2006 1:52 pm
- Location: Moscow, Russia
- Contact:
Re: Problem with yvcomment languagepack
Hi, this package is not updated for Joomla! 1.6
You may look e.g. Russian language pack v.2.xx to see the difference (or better compare v.1.25.003 with v.2.xx)
In short, Joomla! v.1.6 doesn't load language file (*.ini) in case it violates any formatting rules, which changed for Joomla! v.1.6 (quoting of values is required now etc...)
You may look e.g. Russian language pack v.2.xx to see the difference (or better compare v.1.25.003 with v.2.xx)
In short, Joomla! v.1.6 doesn't load language file (*.ini) in case it violates any formatting rules, which changed for Joomla! v.1.6 (quoting of values is required now etc...)
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html
- yvolk
- Joomla! Guru
- Posts: 979
- Joined: Thu Jun 01, 2006 1:52 pm
- Location: Moscow, Russia
- Contact:
Re: Problem with yvcomment languagepack
You're lucky, Italian Language Pack was just updated:
http://joomlacode.org/gf/project/yvcomm ... ge_id=3520
http://joomlacode.org/gf/project/yvcomm ... ge_id=3520
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html
- jazzvox
- Joomla! Apprentice
- Posts: 11
- Joined: Wed Aug 18, 2010 6:31 am
- Location: Berlin, Germany
- Contact:
Re: Problem with yvcomment languagepack
Hi Yuriyvolk wrote:Hi, this package is not updated for Joomla! 1.6
You may look e.g. Russian language pack v.2.xx to see the difference (or better compare v.1.25.003 with v.2.xx)
In short, Joomla! v.1.6 doesn't load language file (*.ini) in case it violates any formatting rules, which changed for Joomla! v.1.6 (quoting of values is required now etc...)
I've updated German language files, but still they don't work out

..even tried to put another de-DE.com_yvcomment.ini additionallly in
'language/de-DE/..' but this didn't help either. Files for download here:
http://media.1a-sales.de/yvcomment_de-DE.zip
Working on http://co.starthilfe-gmdh.de/, Comments only for registered users (for now),
Joomla 1.6.3, Component and Plugin N°1 installed (to keep it simple in the beginning),
PLUS the CB-Plugin
I have some more issues (Module didn't show up in the first round, CB-Tab doesn't appear...), so this is the second try (re-installed yvcomments yesterday) - and I've followed the Joomla/yvComment/index_en.html guide step by step, I swear!
Please advice me what to do, thanks!
Mathias
You do not have the required permissions to view the files attached to this post.
Web, Business, Berlin, World, Politik..
Jetzt lesen unter www.strassen-030.de
Jetzt lesen unter www.strassen-030.de
- yvolk
- Joomla! Guru
- Posts: 979
- Joined: Thu Jun 01, 2006 1:52 pm
- Location: Moscow, Russia
- Contact:
Re: Problem with yvcomment languagepack
Hi Mathias,
1. You may start from setting yvComment's 'Debug' option to 'Yes'
I've just tried this for 'Russian' language and got this message on the frontpage:
'yvComment plugin type=1 is loaded
Language strings for 'ru-RU' were loaded.'
Then I introduced single (!) error in the 'administrator\language\ru-RU\ru-RU.com_yvcomment.ini' (I added extra quote to one line...) and I got this message:
'yvComment plugin type=1 is loaded
Language strings for 'ru-RU' were NOT loaded.'
2. In order to find the bug in the language file I propose that you translate the 'administrator\language\de-DE\de-DE.com_yvcomment.ini' step by step:
2.1. Start from copying 'administrator\language\en-GB\en-GB.com_yvcomment.ini' into 'administrator\language\de-DE\de-DE.com_yvcomment.ini'
and get 'Language strings for 'de-DE' were loaded.' message from yvComment.
2.2. Change only ONE line so you can see the difference (e.g. ADD_YOUR_COMMENT="Translated string")
2.3. Change MORE lines...
Did this help?
1. You may start from setting yvComment's 'Debug' option to 'Yes'
I've just tried this for 'Russian' language and got this message on the frontpage:
'yvComment plugin type=1 is loaded
Language strings for 'ru-RU' were loaded.'
Then I introduced single (!) error in the 'administrator\language\ru-RU\ru-RU.com_yvcomment.ini' (I added extra quote to one line...) and I got this message:
'yvComment plugin type=1 is loaded
Language strings for 'ru-RU' were NOT loaded.'
2. In order to find the bug in the language file I propose that you translate the 'administrator\language\de-DE\de-DE.com_yvcomment.ini' step by step:
2.1. Start from copying 'administrator\language\en-GB\en-GB.com_yvcomment.ini' into 'administrator\language\de-DE\de-DE.com_yvcomment.ini'
and get 'Language strings for 'de-DE' were loaded.' message from yvComment.
2.2. Change only ONE line so you can see the difference (e.g. ADD_YOUR_COMMENT="Translated string")
2.3. Change MORE lines...
Did this help?
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html
- jazzvox
- Joomla! Apprentice
- Posts: 11
- Joined: Wed Aug 18, 2010 6:31 am
- Location: Berlin, Germany
- Contact:
Re: Problem with yvcomment languagepack
The right way, debug gives me the ability to see what's happening, thnks!!
>I've tried to avoid to do this string by string, and there was no obvious error displayed (Notpad++, saved as Ressource file) ... now I will do it line by line.
The russian .ini contains uncommented quotes in <a href, the original is using single quotes - and my '\"' didn't work. In addition, there MUST NOT be any additional or missing line...
http://media.1a-sales.de/yvcomment_de-DE.zip = Now Up2Date,
including the German formal / Non formal version
Juice By Yv'comment
>I've tried to avoid to do this string by string, and there was no obvious error displayed (Notpad++, saved as Ressource file) ... now I will do it line by line.

http://media.1a-sales.de/yvcomment_de-DE.zip = Now Up2Date,
including the German formal / Non formal version

Juice By Yv'comment
Web, Business, Berlin, World, Politik..
Jetzt lesen unter www.strassen-030.de
Jetzt lesen unter www.strassen-030.de