Hi,
I am using GeoNetwork 2.8.0 and I am going to translate it to Czech language. I would like to provide these translations to the community. I am currently wondering how to achieve that.
I have stumbled upon Transifex [1], which I think would be the best way for translating (nice interface, easy to use) and providing my work to the community BUT I don’t know how to implement these translations to my GeoNetwork 2.8.0.
I downloaded GeoNetwork from GitHub (using Eclipse and Maven), but I couldn’t find how the languages are imported from Transifex and transformed to those xmls in GeoNetwork “loc” folder (few xmls from Transifex to many xmls in >>tomcat7\webapps\geonetwork\loc\eng\xml ).
I would be most grateful if someone could describe this process of implementing new language to older version of GeoNetwork or at least point me in the right direction.
Thank you
Jaroslav Urik
[1] https://www.transifex.com/projects/p/core-geonetwork/
Hi Jaroslav,
Translations on Transifex are only for version 3+ of GeoNetwork. For
version 2.8 we still use xml files for translations. Take a look here:
https://github.com/geonetwork/core-geonetwork/tree/2.8.x/web/src/main/webapp/loc
And talking about versions of GeoNetwork... why are you using 2.8
which is not even supported anymore? You can use either 2.10, or much
better, version 3.0.x!
Regards,
María.
On Fri, Jul 10, 2015 at 7:19 PM, Jaroslav Urik <jarda.urik@anonymised.com> wrote:
Hi,
I am using GeoNetwork 2.8.0 and I am going to translate it to Czech
language. I would like to provide these translations to the community. I am
currently wondering how to achieve that.
I have stumbled upon Transifex [1], which I think would be the best way for
translating (nice interface, easy to use) and providing my work to the
community BUT I don't know how to implement these translations to my
GeoNetwork 2.8.0.
I downloaded GeoNetwork from GitHub (using Eclipse and Maven), but I
couldn't find how the languages are imported from Transifex and transformed
to those xmls in GeoNetwork "loc" folder (few xmls from Transifex to many
xmls in >>tomcat7\webapps\geonetwork\loc\eng\xml ).
I would be most grateful if someone could describe this process of
implementing new language to older version of GeoNetwork or at least point
me in the right direction.
Thank you
Jaroslav Urik
[1] https://www.transifex.com/projects/p/core-geonetwork/
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
Hi María,
thank you for quick response!
I am using version 2.8.0 because I inherited this work after some guy and don’t want to risk that the system will stop working after the upgrade.
On the other side, it would be better to have newer version rather than older one and the translation would be easier…
Do you know if the settings in 3.0.x differ a lot from the 2.x version? Or is there some easy way to upgrade?
I think I’ll give it a try.
Would you be so kind and outline for me some basics how hard will it be to implement the new language once translated using Transifex?
Thank you very much
Jaroslav
On Sat, Jul 11, 2015 at 8:25 PM María Arias de Reyna <delawen@anonymised.com> wrote:
Hi Jaroslav,
Translations on Transifex are only for version 3+ of GeoNetwork. For
version 2.8 we still use xml files for translations. Take a look here:
https://github.com/geonetwork/core-geonetwork/tree/2.8.x/web/src/main/webapp/loc
And talking about versions of GeoNetwork… why are you using 2.8
which is not even supported anymore? You can use either 2.10, or much
better, version 3.0.x!
Regards,
María.
On Fri, Jul 10, 2015 at 7:19 PM, Jaroslav Urik <jarda.urik@anonymised.com> wrote:
Hi,
I am using GeoNetwork 2.8.0 and I am going to translate it to Czech
language. I would like to provide these translations to the community. I am
currently wondering how to achieve that.
I have stumbled upon Transifex [1], which I think would be the best way for
translating (nice interface, easy to use) and providing my work to the
community BUT I don’t know how to implement these translations to my
GeoNetwork 2.8.0.
I downloaded GeoNetwork from GitHub (using Eclipse and Maven), but I
couldn’t find how the languages are imported from Transifex and transformed
to those xmls in GeoNetwork “loc” folder (few xmls from Transifex to many
xmls in >>tomcat7\webapps\geonetwork\loc\eng\xml ).
I would be most grateful if someone could describe this process of
implementing new language to older version of GeoNetwork or at least point
me in the right direction.
Thank you
Jaroslav Urik
[1] https://www.transifex.com/projects/p/core-geonetwork/
Don’t Limit Your Business. Reach for the Cloud.
GigeNET’s Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
On Sun, Jul 12, 2015 at 5:24 PM, Jaroslav Urik <jarda.urik@anonymised.com> wrote:
Hi María,
thank you for quick response!
I am using version 2.8.0 because I inherited this work after some guy and
don't want to risk that the system will stop working after the upgrade.
On the other side, it would be better to have newer version rather than
older one and the translation would be easier..
That's what I thought...
Do you know if the settings in 3.0.x differ a lot from the 2.x version? Or
is there some easy way to upgrade?
Theoretically, if you change the war file for the new 3.0 war file, it
should upgrade automatically. But that's the theory.
So, the best thing you can do now is make a copy of the database and
try to run a geoNetwork 3 over that copy. If the upgrade goes right,
you can do it on the original database and the original data
directory.
I think I'll give it a try.
Would you be so kind and outline for me some basics how hard will it be to
implement the new language once translated using Transifex?
On Bolsena we agreed that we need to force at least a high percentage
(85%?) of the translation already done to allow a new language. This
is because some people request access for a new language and then
abandon the language with less than half the translation done.
https://github.com/geonetwork/core-geonetwork/wiki/Bolsena-2015#what-to-do-with-new-translations
So if 3.0 works for you, we can discuss how to add your new language
to Transifex.
Thank you very much
Jaroslav
On Sat, Jul 11, 2015 at 8:25 PM María Arias de Reyna <delawen@anonymised.com..>
wrote:
Hi Jaroslav,
Translations on Transifex are only for version 3+ of GeoNetwork. For
version 2.8 we still use xml files for translations. Take a look here:
https://github.com/geonetwork/core-geonetwork/tree/2.8.x/web/src/main/webapp/loc
And talking about versions of GeoNetwork... why are you using 2.8
which is not even supported anymore? You can use either 2.10, or much
better, version 3.0.x!
Regards,
María.
On Fri, Jul 10, 2015 at 7:19 PM, Jaroslav Urik <jarda.urik@anonymised.com>
wrote:
> Hi,
> I am using GeoNetwork 2.8.0 and I am going to translate it to Czech
> language. I would like to provide these translations to the community. I
> am
> currently wondering how to achieve that.
> I have stumbled upon Transifex [1], which I think would be the best way
> for
> translating (nice interface, easy to use) and providing my work to the
> community BUT I don't know how to implement these translations to my
> GeoNetwork 2.8.0.
> I downloaded GeoNetwork from GitHub (using Eclipse and Maven), but I
> couldn't find how the languages are imported from Transifex and
> transformed
> to those xmls in GeoNetwork "loc" folder (few xmls from Transifex to
> many
> xmls in >>tomcat7\webapps\geonetwork\loc\eng\xml ).
> I would be most grateful if someone could describe this process of
> implementing new language to older version of GeoNetwork or at least
> point
> me in the right direction.
> Thank you
>
> Jaroslav Urik
>
>
> [1] https://www.transifex.com/projects/p/core-geonetwork/
>
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> GeoNetwork-devel mailing list
> GeoNetwork-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
> GeoNetwork OpenSource is maintained at
> http://sourceforge.net/projects/geonetwork
Hi María,
I can guarantee, that I will translate 100% of user interface (everything that NOT Admin user can see, this I have to do within my contract), but I don’t know if my superior will agree with translation of admin interface (my experience is that English setting is usually better due to help in English on Google…). If not, i will translate it on my own when the work on this project is done.
The question is - Will the translation of the user interface only meet the 85% threshold?
And second question - How long will it take (days/weeks) after the translation is done (85%+) to implement the new language? Or can I do it myself once I finish?
Thank you very much
Jaroslav
On Mon, Jul 13, 2015 at 8:30 AM María Arias de Reyna <delawen@anonymised.com> wrote:
On Sun, Jul 12, 2015 at 5:24 PM, Jaroslav Urik <jarda.urik@anonymised.com> wrote:
Hi María,
thank you for quick response!
I am using version 2.8.0 because I inherited this work after some guy and
don’t want to risk that the system will stop working after the upgrade.
On the other side, it would be better to have newer version rather than
older one and the translation would be easier…
That’s what I thought…
Do you know if the settings in 3.0.x differ a lot from the 2.x version? Or
is there some easy way to upgrade?
Theoretically, if you change the war file for the new 3.0 war file, it
should upgrade automatically. But that’s the theory.
So, the best thing you can do now is make a copy of the database and
try to run a geoNetwork 3 over that copy. If the upgrade goes right,
you can do it on the original database and the original data
directory.
I think I’ll give it a try.
Would you be so kind and outline for me some basics how hard will it be to
implement the new language once translated using Transifex?
On Bolsena we agreed that we need to force at least a high percentage
(85%?) of the translation already done to allow a new language. This
is because some people request access for a new language and then
abandon the language with less than half the translation done.
https://github.com/geonetwork/core-geonetwork/wiki/Bolsena-2015#what-to-do-with-new-translations
So if 3.0 works for you, we can discuss how to add your new language
to Transifex.
Thank you very much
Jaroslav
On Sat, Jul 11, 2015 at 8:25 PM María Arias de Reyna <delawen@anonymised.com>
wrote:
Hi Jaroslav,
Translations on Transifex are only for version 3+ of GeoNetwork. For
version 2.8 we still use xml files for translations. Take a look here:
https://github.com/geonetwork/core-geonetwork/tree/2.8.x/web/src/main/webapp/loc
And talking about versions of GeoNetwork… why are you using 2.8
which is not even supported anymore? You can use either 2.10, or much
better, version 3.0.x!
Regards,
María.
On Fri, Jul 10, 2015 at 7:19 PM, Jaroslav Urik <jarda.urik@anonymised.com>
wrote:
Hi,
I am using GeoNetwork 2.8.0 and I am going to translate it to Czech
language. I would like to provide these translations to the community. I
am
currently wondering how to achieve that.
I have stumbled upon Transifex [1], which I think would be the best way
for
translating (nice interface, easy to use) and providing my work to the
community BUT I don’t know how to implement these translations to my
GeoNetwork 2.8.0.
I downloaded GeoNetwork from GitHub (using Eclipse and Maven), but I
couldn’t find how the languages are imported from Transifex and
transformed
to those xmls in GeoNetwork “loc” folder (few xmls from Transifex to
many
xmls in >>tomcat7\webapps\geonetwork\loc\eng\xml ).
I would be most grateful if someone could describe this process of
implementing new language to older version of GeoNetwork or at least
point
me in the right direction.
Thank you
Jaroslav Urik
[1] https://www.transifex.com/projects/p/core-geonetwork/
Don’t Limit Your Business. Reach for the Cloud.
GigeNET’s Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
Hi,
I see you are already translating on Transifex. As far as I know, it
will be automatically updated on the repository, but maybe you should
ask one of the administrators of the team.
And thanks for contributing
Regards,
María.
On Mon, Jul 13, 2015 at 11:54 AM, Jaroslav Urik <jarda.urik@anonymised.com> wrote:
Hi María,
I can guarantee, that I will translate 100% of user interface (everything
that NOT Admin user can see, this I have to do within my contract), but I
don't know if my superior will agree with translation of admin interface (my
experience is that English setting is usually better due to help in English
on Google..). If not, i will translate it on my own when the work on this
project is done.
The question is - Will the translation of the user interface only meet the
85% threshold?
And second question - How long will it take (days/weeks) after the
translation is done (85%+) to implement the new language? Or can I do it
myself once I finish?
Thank you very much
Jaroslav
On Mon, Jul 13, 2015 at 8:30 AM María Arias de Reyna <delawen@anonymised.com..>
wrote:
On Sun, Jul 12, 2015 at 5:24 PM, Jaroslav Urik <jarda.urik@anonymised.com>
wrote:
> Hi María,
> thank you for quick response!
>
> I am using version 2.8.0 because I inherited this work after some guy
> and
> don't want to risk that the system will stop working after the upgrade.
> On the other side, it would be better to have newer version rather than
> older one and the translation would be easier..
That's what I thought...
> Do you know if the settings in 3.0.x differ a lot from the 2.x version?
> Or
> is there some easy way to upgrade?
Theoretically, if you change the war file for the new 3.0 war file, it
should upgrade automatically. But that's the theory.
So, the best thing you can do now is make a copy of the database and
try to run a geoNetwork 3 over that copy. If the upgrade goes right,
you can do it on the original database and the original data
directory.
> I think I'll give it a try.
> Would you be so kind and outline for me some basics how hard will it be
> to
> implement the new language once translated using Transifex?
On Bolsena we agreed that we need to force at least a high percentage
(85%?) of the translation already done to allow a new language. This
is because some people request access for a new language and then
abandon the language with less than half the translation done.
https://github.com/geonetwork/core-geonetwork/wiki/Bolsena-2015#what-to-do-with-new-translations
So if 3.0 works for you, we can discuss how to add your new language
to Transifex.
> Thank you very much
>
> Jaroslav
>
>
>
> On Sat, Jul 11, 2015 at 8:25 PM María Arias de Reyna <delawen@anonymised.com31...>
> wrote:
>>
>> Hi Jaroslav,
>>
>> Translations on Transifex are only for version 3+ of GeoNetwork. For
>> version 2.8 we still use xml files for translations. Take a look here:
>>
>>
>> https://github.com/geonetwork/core-geonetwork/tree/2.8.x/web/src/main/webapp/loc
>>
>> And talking about versions of GeoNetwork... why are you using 2.8
>> which is not even supported anymore? You can use either 2.10, or much
>> better, version 3.0.x!
>>
>> Regards,
>> María.
>>
>> On Fri, Jul 10, 2015 at 7:19 PM, Jaroslav Urik <jarda.urik@anonymised.com>
>> wrote:
>> > Hi,
>> > I am using GeoNetwork 2.8.0 and I am going to translate it to Czech
>> > language. I would like to provide these translations to the
>> > community. I
>> > am
>> > currently wondering how to achieve that.
>> > I have stumbled upon Transifex [1], which I think would be the best
>> > way
>> > for
>> > translating (nice interface, easy to use) and providing my work to
>> > the
>> > community BUT I don't know how to implement these translations to my
>> > GeoNetwork 2.8.0.
>> > I downloaded GeoNetwork from GitHub (using Eclipse and Maven), but I
>> > couldn't find how the languages are imported from Transifex and
>> > transformed
>> > to those xmls in GeoNetwork "loc" folder (few xmls from Transifex to
>> > many
>> > xmls in >>tomcat7\webapps\geonetwork\loc\eng\xml ).
>> > I would be most grateful if someone could describe this process of
>> > implementing new language to older version of GeoNetwork or at least
>> > point
>> > me in the right direction.
>> > Thank you
>> >
>> > Jaroslav Urik
>> >
>> >
>> > [1] https://www.transifex.com/projects/p/core-geonetwork/
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Don't Limit Your Business. Reach for the Cloud.
>> > GigeNET's Cloud Solutions provide you with the tools and support that
>> > you need to offload your IT needs and focus on growing your business.
>> > Configured For All Businesses. Start Your Cloud Today.
>> > https://www.gigenetcloud.com/
>> > _______________________________________________
>> > GeoNetwork-devel mailing list
>> > GeoNetwork-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
>> > GeoNetwork OpenSource is maintained at
>> > http://sourceforge.net/projects/geonetwork
Hi,
I thought it will need to be reviewed first, before it is pushed to some release?
Anyway, I am new to all this, so could you tell me how to contact one of the administrators please?
Thanks for your help!
Regards
Jaroslav
On Mon, Jul 13, 2015 at 12:07 PM María Arias de Reyna <delawen@anonymised.com.> wrote:
Hi,
I see you are already translating on Transifex. As far as I know, it
will be automatically updated on the repository, but maybe you should
ask one of the administrators of the team.
And thanks for contributing
Regards,
María.
On Mon, Jul 13, 2015 at 11:54 AM, Jaroslav Urik <jarda.urik@anonymised.com> wrote:
Hi María,
I can guarantee, that I will translate 100% of user interface (everything
that NOT Admin user can see, this I have to do within my contract), but I
don’t know if my superior will agree with translation of admin interface (my
experience is that English setting is usually better due to help in English
on Google…). If not, i will translate it on my own when the work on this
project is done.
The question is - Will the translation of the user interface only meet the
85% threshold?
And second question - How long will it take (days/weeks) after the
translation is done (85%+) to implement the new language? Or can I do it
myself once I finish?
Thank you very much
Jaroslav
On Mon, Jul 13, 2015 at 8:30 AM María Arias de Reyna <delawen@anonymised.com>
wrote:
On Sun, Jul 12, 2015 at 5:24 PM, Jaroslav Urik <jarda.urik@anonymised.com>
wrote:
Hi María,
thank you for quick response!
I am using version 2.8.0 because I inherited this work after some guy
and
don’t want to risk that the system will stop working after the upgrade.
On the other side, it would be better to have newer version rather than
older one and the translation would be easier…
That’s what I thought…
Do you know if the settings in 3.0.x differ a lot from the 2.x version?
Or
is there some easy way to upgrade?
Theoretically, if you change the war file for the new 3.0 war file, it
should upgrade automatically. But that’s the theory.
So, the best thing you can do now is make a copy of the database and
try to run a geoNetwork 3 over that copy. If the upgrade goes right,
you can do it on the original database and the original data
directory.
I think I’ll give it a try.
Would you be so kind and outline for me some basics how hard will it be
to
implement the new language once translated using Transifex?
On Bolsena we agreed that we need to force at least a high percentage
(85%?) of the translation already done to allow a new language. This
is because some people request access for a new language and then
abandon the language with less than half the translation done.
https://github.com/geonetwork/core-geonetwork/wiki/Bolsena-2015#what-to-do-with-new-translations
So if 3.0 works for you, we can discuss how to add your new language
to Transifex.
Thank you very much
Jaroslav
On Sat, Jul 11, 2015 at 8:25 PM María Arias de Reyna <delawen@anonymised.com>
wrote:
Hi Jaroslav,
Translations on Transifex are only for version 3+ of GeoNetwork. For
version 2.8 we still use xml files for translations. Take a look here:
https://github.com/geonetwork/core-geonetwork/tree/2.8.x/web/src/main/webapp/loc
And talking about versions of GeoNetwork… why are you using 2.8
which is not even supported anymore? You can use either 2.10, or much
better, version 3.0.x!
Regards,
María.
On Fri, Jul 10, 2015 at 7:19 PM, Jaroslav Urik <jarda.urik@anonymised.com>
wrote:
Hi,
I am using GeoNetwork 2.8.0 and I am going to translate it to Czech
language. I would like to provide these translations to the
community. I
am
currently wondering how to achieve that.
I have stumbled upon Transifex [1], which I think would be the best
way
for
translating (nice interface, easy to use) and providing my work to
the
community BUT I don’t know how to implement these translations to my
GeoNetwork 2.8.0.
I downloaded GeoNetwork from GitHub (using Eclipse and Maven), but I
couldn’t find how the languages are imported from Transifex and
transformed
to those xmls in GeoNetwork “loc” folder (few xmls from Transifex to
many
xmls in >>tomcat7\webapps\geonetwork\loc\eng\xml ).
I would be most grateful if someone could describe this process of
implementing new language to older version of GeoNetwork or at least
point
me in the right direction.
Thank you
Jaroslav Urik
[1] https://www.transifex.com/projects/p/core-geonetwork/
Don’t Limit Your Business. Reach for the Cloud.
GigeNET’s Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
On Mon, Jul 13, 2015 at 12:49 PM, Jaroslav Urik <jarda.urik@anonymised.com> wrote:
Hi,
I thought it will need to be reviewed first, before it is pushed to some
release?
Anyway, I am new to all this, so could you tell me how to contact one of the
administrators please?
Hi,
They should be reading this. Let's hope they contact you. If they
don't, just ask again and I will try to reach them by other ways.
And no, we are not using validators yet. We are not a big community of
translators (yet) but I agree we should
Regards,
María.
Thanks for your help!
Regards
Jaroslav
On Mon, Jul 13, 2015 at 12:07 PM María Arias de Reyna <delawen@anonymised.com...>
wrote:
Hi,
I see you are already translating on Transifex. As far as I know, it
will be automatically updated on the repository, but maybe you should
ask one of the administrators of the team.
And thanks for contributing
Regards,
María.
On Mon, Jul 13, 2015 at 11:54 AM, Jaroslav Urik <jarda.urik@anonymised.com>
wrote:
> Hi María,
>
> I can guarantee, that I will translate 100% of user interface
> (everything
> that NOT Admin user can see, this I have to do within my contract), but
> I
> don't know if my superior will agree with translation of admin interface
> (my
> experience is that English setting is usually better due to help in
> English
> on Google..). If not, i will translate it on my own when the work on
> this
> project is done.
>
> The question is - Will the translation of the user interface only meet
> the
> 85% threshold?
>
> And second question - How long will it take (days/weeks) after the
> translation is done (85%+) to implement the new language? Or can I do it
> myself once I finish?
>
> Thank you very much
>
> Jaroslav
>
>
>
> On Mon, Jul 13, 2015 at 8:30 AM María Arias de Reyna <delawen@anonymised.com31...>
> wrote:
>>
>> On Sun, Jul 12, 2015 at 5:24 PM, Jaroslav Urik <jarda.urik@anonymised.com>
>> wrote:
>> > Hi María,
>> > thank you for quick response!
>> >
>> > I am using version 2.8.0 because I inherited this work after some guy
>> > and
>> > don't want to risk that the system will stop working after the
>> > upgrade.
>> > On the other side, it would be better to have newer version rather
>> > than
>> > older one and the translation would be easier..
>>
>> That's what I thought...
>>
>> > Do you know if the settings in 3.0.x differ a lot from the 2.x
>> > version?
>> > Or
>> > is there some easy way to upgrade?
>>
>> Theoretically, if you change the war file for the new 3.0 war file, it
>> should upgrade automatically. But that's the theory.
>>
>> So, the best thing you can do now is make a copy of the database and
>> try to run a geoNetwork 3 over that copy. If the upgrade goes right,
>> you can do it on the original database and the original data
>> directory.
>>
>> > I think I'll give it a try.
>> > Would you be so kind and outline for me some basics how hard will it
>> > be
>> > to
>> > implement the new language once translated using Transifex?
>>
>> On Bolsena we agreed that we need to force at least a high percentage
>> (85%?) of the translation already done to allow a new language. This
>> is because some people request access for a new language and then
>> abandon the language with less than half the translation done.
>>
>>
>> https://github.com/geonetwork/core-geonetwork/wiki/Bolsena-2015#what-to-do-with-new-translations
>>
>> So if 3.0 works for you, we can discuss how to add your new language
>> to Transifex.
>>
>> > Thank you very much
>> >
>> > Jaroslav
>> >
>> >
>> >
>> > On Sat, Jul 11, 2015 at 8:25 PM María Arias de Reyna
>> > <delawen@anonymised.com>
>> > wrote:
>> >>
>> >> Hi Jaroslav,
>> >>
>> >> Translations on Transifex are only for version 3+ of GeoNetwork. For
>> >> version 2.8 we still use xml files for translations. Take a look
>> >> here:
>> >>
>> >>
>> >>
>> >> https://github.com/geonetwork/core-geonetwork/tree/2.8.x/web/src/main/webapp/loc
>> >>
>> >> And talking about versions of GeoNetwork... why are you using 2.8
>> >> which is not even supported anymore? You can use either 2.10, or
>> >> much
>> >> better, version 3.0.x!
>> >>
>> >> Regards,
>> >> María.
>> >>
>> >> On Fri, Jul 10, 2015 at 7:19 PM, Jaroslav Urik
>> >> <jarda.urik@anonymised.com>
>> >> wrote:
>> >> > Hi,
>> >> > I am using GeoNetwork 2.8.0 and I am going to translate it to
>> >> > Czech
>> >> > language. I would like to provide these translations to the
>> >> > community. I
>> >> > am
>> >> > currently wondering how to achieve that.
>> >> > I have stumbled upon Transifex [1], which I think would be the
>> >> > best
>> >> > way
>> >> > for
>> >> > translating (nice interface, easy to use) and providing my work to
>> >> > the
>> >> > community BUT I don't know how to implement these translations to
>> >> > my
>> >> > GeoNetwork 2.8.0.
>> >> > I downloaded GeoNetwork from GitHub (using Eclipse and Maven), but
>> >> > I
>> >> > couldn't find how the languages are imported from Transifex and
>> >> > transformed
>> >> > to those xmls in GeoNetwork "loc" folder (few xmls from Transifex
>> >> > to
>> >> > many
>> >> > xmls in >>tomcat7\webapps\geonetwork\loc\eng\xml ).
>> >> > I would be most grateful if someone could describe this process of
>> >> > implementing new language to older version of GeoNetwork or at
>> >> > least
>> >> > point
>> >> > me in the right direction.
>> >> > Thank you
>> >> >
>> >> > Jaroslav Urik
>> >> >
>> >> >
>> >> > [1] https://www.transifex.com/projects/p/core-geonetwork/
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > Don't Limit Your Business. Reach for the Cloud.
>> >> > GigeNET's Cloud Solutions provide you with the tools and support
>> >> > that
>> >> > you need to offload your IT needs and focus on growing your
>> >> > business.
>> >> > Configured For All Businesses. Start Your Cloud Today.
>> >> > https://www.gigenetcloud.com/
>> >> > _______________________________________________
>> >> > GeoNetwork-devel mailing list
>> >> > GeoNetwork-devel@lists.sourceforge.net
>> >> > https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
>> >> > GeoNetwork OpenSource is maintained at
>> >> > http://sourceforge.net/projects/geonetwork
Ok,
thank you very much for your help!
I’ll do my best with the translations and hopefully in future I’ll be able to help in other ways too =)
Regards,
Jaroslav
On Mon, Jul 13, 2015 at 12:51 PM María Arias de Reyna <delawen@anonymised.com> wrote:
On Mon, Jul 13, 2015 at 12:49 PM, Jaroslav Urik <jarda.urik@anonymised.com> wrote:
Hi,
I thought it will need to be reviewed first, before it is pushed to some
release?
Anyway, I am new to all this, so could you tell me how to contact one of the
administrators please?
Hi,
They should be reading this. Let’s hope they contact you. If they
don’t, just ask again and I will try to reach them by other ways.
And no, we are not using validators yet. We are not a big community of
translators (yet) but I agree we should
Regards,
María.
Thanks for your help!
Regards
Jaroslav
On Mon, Jul 13, 2015 at 12:07 PM María Arias de Reyna <delawen@anonymised.com>
wrote:
Hi,
I see you are already translating on Transifex. As far as I know, it
will be automatically updated on the repository, but maybe you should
ask one of the administrators of the team.
And thanks for contributing
Regards,
María.
On Mon, Jul 13, 2015 at 11:54 AM, Jaroslav Urik <jarda.urik@anonymised.com>
wrote:
Hi María,
I can guarantee, that I will translate 100% of user interface
(everything
that NOT Admin user can see, this I have to do within my contract), but
I
don’t know if my superior will agree with translation of admin interface
(my
experience is that English setting is usually better due to help in
English
on Google…). If not, i will translate it on my own when the work on
this
project is done.
The question is - Will the translation of the user interface only meet
the
85% threshold?
And second question - How long will it take (days/weeks) after the
translation is done (85%+) to implement the new language? Or can I do it
myself once I finish?
Thank you very much
Jaroslav
On Mon, Jul 13, 2015 at 8:30 AM María Arias de Reyna <delawen@anonymised.com>
wrote:
On Sun, Jul 12, 2015 at 5:24 PM, Jaroslav Urik <jarda.urik@anonymised.com>
wrote:
Hi María,
thank you for quick response!
I am using version 2.8.0 because I inherited this work after some guy
and
don’t want to risk that the system will stop working after the
upgrade.
On the other side, it would be better to have newer version rather
than
older one and the translation would be easier…
That’s what I thought…
Do you know if the settings in 3.0.x differ a lot from the 2.x
version?
Or
is there some easy way to upgrade?
Theoretically, if you change the war file for the new 3.0 war file, it
should upgrade automatically. But that’s the theory.
So, the best thing you can do now is make a copy of the database and
try to run a geoNetwork 3 over that copy. If the upgrade goes right,
you can do it on the original database and the original data
directory.
I think I’ll give it a try.
Would you be so kind and outline for me some basics how hard will it
be
to
implement the new language once translated using Transifex?
On Bolsena we agreed that we need to force at least a high percentage
(85%?) of the translation already done to allow a new language. This
is because some people request access for a new language and then
abandon the language with less than half the translation done.
https://github.com/geonetwork/core-geonetwork/wiki/Bolsena-2015#what-to-do-with-new-translations
So if 3.0 works for you, we can discuss how to add your new language
to Transifex.
Thank you very much
Jaroslav
On Sat, Jul 11, 2015 at 8:25 PM María Arias de Reyna
<delawen@anonymised.com>
wrote:
Hi Jaroslav,
Translations on Transifex are only for version 3+ of GeoNetwork. For
version 2.8 we still use xml files for translations. Take a look
here:
https://github.com/geonetwork/core-geonetwork/tree/2.8.x/web/src/main/webapp/loc
And talking about versions of GeoNetwork… why are you using 2.8
which is not even supported anymore? You can use either 2.10, or
much
better, version 3.0.x!
Regards,
María.
On Fri, Jul 10, 2015 at 7:19 PM, Jaroslav Urik
<jarda.urik@anonymised.com>
wrote:
Hi,
I am using GeoNetwork 2.8.0 and I am going to translate it to
Czech
language. I would like to provide these translations to the
community. I
am
currently wondering how to achieve that.
I have stumbled upon Transifex [1], which I think would be the
best
way
for
translating (nice interface, easy to use) and providing my work to
the
community BUT I don’t know how to implement these translations to
my
GeoNetwork 2.8.0.
I downloaded GeoNetwork from GitHub (using Eclipse and Maven), but
I
couldn’t find how the languages are imported from Transifex and
transformed
to those xmls in GeoNetwork “loc” folder (few xmls from Transifex
to
many
xmls in >>tomcat7\webapps\geonetwork\loc\eng\xml ).
I would be most grateful if someone could describe this process of
implementing new language to older version of GeoNetwork or at
least
point
me in the right direction.
Thank you
Jaroslav Urik
[1] https://www.transifex.com/projects/p/core-geonetwork/
Don’t Limit Your Business. Reach for the Cloud.
GigeNET’s Cloud Solutions provide you with the tools and support
that
you need to offload your IT needs and focus on growing your
business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork