[libreoffice-l10n] How do I use the half translated copy with libreoffice 3.4.4 [brx]

2011-11-21 Thread sn
hi i want to test the half translated copy of brx bodo language in my
libreoffice 3.4.4 in ubuntu linux, how to do that. i mean how can i use the
brx copy of translation in live libreoffice 3.4.4.

thanks

-- 
http://brx.libreoffice.org 

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] How do I use the half translated copy with libreoffice 3.4.4 [brx]

2011-11-21 Thread sn
Ok i got it, from download section, from dropdown menu i can choose my
language package.  :)

Thanks

On Mon, Nov 21, 2011 at 2:10 PM, sn  wrote:

> hi i want to test the half translated copy of brx bodo language in my
> libreoffice 3.4.4 in ubuntu linux, how to do that. i mean how can i use the
> brx copy of translation in live libreoffice 3.4.4.
>
> thanks
>
> --
> http://brx.libreoffice.org 
>

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [Libreoffice] [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Eike Rathke
Hi Yury,

On Saturday, 2011-11-19 21:19:43 +0200, Yury Tarasievich wrote:

> Now, where do we get a template for the new format of locale?

Um.. what template? There are the i18npool/source/localedata/data/*.xml
files (see also
http://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/localedata/data
 )
for each locale, and the new optional  element goes
right after the  element. You could copy the entire
 element, paste it after itself, rename it to
 (don't forget the  closing tag as
well) and edit the month names. Then send the diff (in this case it's
only the addition of the new element, so you could send just that if
you're not familiar with git diff and such).

> Who collects the patches/datafiles?

You may send them to my address, or to the l10n list if you think some
review is needed.

Btw, it would be nice if we could keep the related discussion on the
l10n list so other localizers may participate. Added the Cc and Reply-To
l10n@global.libreoffice.org again.

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-l10n] [LibreOffice-l10n] Downloaded and Installed BRX Language pack but only english is enabled by default. where to change to view my language.

2011-11-21 Thread sn
Hi all, i just downloaded and install on Windows XP.
My File was LibO_3.3.4_Win_x86_helppack_brx.exe and
LibO_3.4.4_Win_x86_install_multi.exe
I install one after other and then run it. But where is Bodo language. Its
showing english only.
Can anyone tell me where do I need to change to make bodo as default..

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] [LibreOffice-l10n] Downloaded and Installed BRX Language pack but only english is enabled by default. where to change to view my language.

2011-11-21 Thread Michael Bauer
Ah you've fallen foul of the not-so-intelligent installer. /me frowns in 
the direction of whoever thought that was a good idea


Best go to Tool > Options > Language Tools and choose Bodo for your user 
interface etc. That should change LO to Bodo.


Michael

21/11/2011 12:22, sgrìobh sn:

Hi all, i just downloaded and install on Windows XP.
My File was LibO_3.3.4_Win_x86_helppack_brx.exe and
LibO_3.4.4_Win_x86_install_multi.exe
I install one after other and then run it. But where is Bodo language. Its
showing english only.
Can anyone tell me where do I need to change to make bodo as default..




--
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Eike Rathke
Hi Joan,

On Sunday, 2011-11-20 11:24:19 +0100, Joan Montané wrote:

> > That looks like it would be possible to define genitive months as
> > "de març", "d'abril", "de maig", ... give it a try.
> >
> > However, that might lose the ability to parse such dates as currently
> > the " de " is defined as LongDateDaySeparator, and the input is matched
> > against separators followed by month names. Might need some massaging in
> > parser code.
> >
> >
> Thanks for quick reply. If we define genitive months as "de març",
> "d'abril",... can we access current months?  That is, when genitive or
> current months forms are used?

I'm not sure I understand what you mean by "current months", is that the
month names as currently defined by the  element? Note
that  is an additional element and does not replace the
 element.

In context of the parser, the parser tries to match against both,
GenitiveMonths and MonthsOfYear elements, so if MonthsOfYear specifies
the month name without the leading "de " then things should still work
if they did before, I didn't try yet.

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] [LibreOffice-l10n] Downloaded and Installed BRX Language pack but only english is enabled by default. where to change to view my language.

2011-11-21 Thread sn
thank you but there is no my language from the drop down list. Except Bodo
everything is there. this might be because Bodo language is not included in
windows. Can you suggest more...because bodo is not listed from dropdown...

On Mon, Nov 21, 2011 at 5:57 PM, Michael Bauer  wrote:

> Ah you've fallen foul of the not-so-intelligent installer. /me frowns in
> the direction of whoever thought that was a good idea
>
> Best go to Tool > Options > Language Tools and choose Bodo for your user
> interface etc. That should change LO to Bodo.
>
> Michael
>
> 21/11/2011 12:22, sgrìobh sn:
>
>  Hi all, i just downloaded and install on Windows XP.
>> My File was LibO_3.3.4_Win_x86_helppack_**brx.exe and
>> LibO_3.4.4_Win_x86_install_**multi.exe
>> I install one after other and then run it. But where is Bodo language. Its
>> showing english only.
>> Can anyone tell me where do I need to change to make bodo as default..
>>
>>
>
> --
> Unsubscribe instructions: E-mail to 
> l10n+help@global.libreoffice.**org
> Problems? http://www.libreoffice.org/**get-help/mailing-lists/how-to-**
> unsubscribe/
> Posting guidelines + more: http://wiki.**documentfoundation.org/**
> Netiquette 
> List archive: 
> http://listarchives.**libreoffice.org/global/l10n/
> All messages sent to this list will be publicly archived and cannot be
> deleted
>



-- 
Easily Develop Mobile Game for (Android/iOS) Using LUA
http://mobigamedev.blogspot.com

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] [LibreOffice-l10n] Downloaded and Installed BRX Language pack but only english is enabled by default. where to change to view my language.

2011-11-21 Thread sn
For User Interface Setting only four languages are there..
(Default) English (USA)
English (South Africa)
English (UK)
English (US)

No other option in User Interface dropdown.

But in Local Settings there are many except Bodo.

Please help i need to see my language.

On Mon, Nov 21, 2011 at 6:03 PM, sn  wrote:

> thank you but there is no my language from the drop down list. Except Bodo
> everything is there. this might be because Bodo language is not included in
> windows. Can you suggest more...because bodo is not listed from dropdown...
>
>
> On Mon, Nov 21, 2011 at 5:57 PM, Michael Bauer  wrote:
>
>> Ah you've fallen foul of the not-so-intelligent installer. /me frowns in
>> the direction of whoever thought that was a good idea
>>
>> Best go to Tool > Options > Language Tools and choose Bodo for your user
>> interface etc. That should change LO to Bodo.
>>
>> Michael
>>
>> 21/11/2011 12:22, sgrìobh sn:
>>
>>  Hi all, i just downloaded and install on Windows XP.
>>> My File was LibO_3.3.4_Win_x86_helppack_**brx.exe and
>>> LibO_3.4.4_Win_x86_install_**multi.exe
>>> I install one after other and then run it. But where is Bodo language.
>>> Its
>>> showing english only.
>>> Can anyone tell me where do I need to change to make bodo as default..
>>>
>>>
>>
>> --
>> Unsubscribe instructions: E-mail to 
>> l10n+help@global.libreoffice.**org
>> Problems? http://www.libreoffice.org/**get-help/mailing-lists/how-to-**
>> unsubscribe/
>> Posting guidelines + more: http://wiki.**documentfoundation.org/**
>> Netiquette 
>> List archive: 
>> http://listarchives.**libreoffice.org/global/l10n/
>> All messages sent to this list will be publicly archived and cannot be
>> deleted
>>
>
>
>
> --
> Easily Develop Mobile Game for (Android/iOS) Using LUA
> http://mobigamedev.blogspot.com
>

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Eike Rathke
Hi Xuacu,

On Sunday, 2011-11-20 11:59:37 +0100, Xuacu Saturio wrote:

> About the same for Asturian language. Months starting with a vowel
> use the contracted «d'», so perhaps we could use genitives to
> get the good date format in a "per month" schema.

If "d'" is only used in a form where also the day of month is
present, then yes, that should work.

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] [LibreOffice-l10n] Downloaded and Installed BRX Language pack but only english is enabled by default. where to change to view my language.

2011-11-21 Thread Michael Bauer
Ah ok I think I know where you went wrong. Uninstall LO, then 
re-install. When it asks you whether you want Custom or Typical 
installtion, choose Custom. There's a dropdown where you can then select 
languages. Annoyingly, once you've installed it, you probably still have 
to go to the Tools menu to change it.


I did some screenshots for my locale, have a look at
http://www.foramnagaidhlig.net/foram/viewtopic.php?f=28&t=2075

That should make it clear.

Michael

21/11/2011 12:36, sgrìobh sn:

For User Interface Setting only four languages are there..
(Default) English (USA)
English (South Africa)
English (UK)
English (US)

No other option in User Interface dropdown.

But in Local Settings there are many except Bodo.

Please help i need to see my language.



--
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Joan Montané
El 21 de novembre de 2011 13:31, Eike Rathke  ha escrit:

> Hi Joan,
>
> On Sunday, 2011-11-20 11:24:19 +0100, Joan Montané wrote:
>
> > > That looks like it would be possible to define genitive months as
> > > "de març", "d'abril", "de maig", ... give it a try.
> > >
> > > However, that might lose the ability to parse such dates as currently
> > > the " de " is defined as LongDateDaySeparator, and the input is matched
> > > against separators followed by month names. Might need some massaging
> in
> > > parser code.
> > >
> > >
> > Thanks for quick reply. If we define genitive months as "de març",
> > "d'abril",... can we access current months?  That is, when genitive or
> > current months forms are used?
>
> I'm not sure I understand what you mean by "current months", is that the
> month names as currently defined by the  element? Note
> that  is an additional element and does not replace the
>  element.
>
> In context of the parser, the parser tries to match against both,
> GenitiveMonths and MonthsOfYear elements, so if MonthsOfYear specifies
> the month name without the leading "de " then things should still work
> if they did before, I didn't try yet.
>
>  Eike
>
>
Yes, with "current months" I was mean . Ok, it looks fine for
me. I will update the Catalan xml file. Just one more question.

With M, MM, MMM,  and M codes we can generate diferent months
strings. So, what code is used to generate GenitiveMonths strings? there
exists such code?

In Catalan, we use only de prepositon "de" (or d') in long date formats. So
current M, MM, MMM and  codes work fine. Is there some way to generate
 with a custom date format?

Regards,
Joan Montané

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] [LibreOffice-l10n] Downloaded and Installed BRX Language pack but only english is enabled by default. where to change to view my language.

2011-11-21 Thread sn
ok i uninstall it.

On Mon, Nov 21, 2011 at 6:11 PM, Michael Bauer  wrote:

> Ah ok I think I know where you went wrong. Uninstall LO, then re-install.
> When it asks you whether you want Custom or Typical installtion, choose
> Custom. There's a dropdown where you can then select languages. Annoyingly,
> once you've installed it, you probably still have to go to the Tools menu
> to change it.
>
> I did some screenshots for my locale, have a look at
>


> >http://www.foramnagaidhlig.net/foram/viewtopic.php?f=28&t=2075
>
 it was diffult to follow but its helpful :) thanks i will do it in custom
install...

>
> That should make it clear.
>
> Michael
>
> 21/11/2011 12:36, sgrìobh sn:
>
>  For User Interface Setting only four languages are there..
>> (Default) English (USA)
>> English (South Africa)
>> English (UK)
>> English (US)
>>
>> No other option in User Interface dropdown.
>>
>> But in Local Settings there are many except Bodo.
>>
>> Please help i need to see my language.
>>
>
>
> --
> Unsubscribe instructions: E-mail to 
> l10n+help@global.libreoffice.**org
> Problems? http://www.libreoffice.org/**get-help/mailing-lists/how-to-**
> unsubscribe/
> Posting guidelines + more: http://wiki.**documentfoundation.org/**
> Netiquette 
> List archive: 
> http://listarchives.**libreoffice.org/global/l10n/
> All messages sent to this list will be publicly archived and cannot be
> deleted
>

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Eike Rathke
Hi Harri,

On Sunday, 2011-11-20 14:30:23 +0200, Harri Pitkänen wrote:

> > Hmm.. I could add also a partitive form to locale data and use that in
> > the number formatter. Is the rule simply always that if the day precedes
> > the month the genitive is used, and if the day follows the month the
> > partitive is used?
> 
> Well the genitive and partitive need to be swapped here

Of course, my bad.

> but othewise, yes. So 
> the complete rule looks like this:
> 
> - If there is no day of month in the format, use nominative form for the 
> month.
> - If the day is before month, use partitive form for the month.
> - Otherwise (that is, if the day is after month) use genitive form.

Thanks, I'll add partitive case month names as well.

> Has 
> anyone checked how this affects interoperability with Excel?

I think they use a similar approach for genitive case names (use them if
a day of month is present), but I haven't heard of partitive case.

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Eike Rathke
Hi Joan,

On Monday, 2011-11-21 13:46:03 +0100, Joan Montané wrote:

> Yes, with "current months" I was mean . Ok, it looks fine for
> me. I will update the Catalan xml file. Just one more question.
> 
> With M, MM, MMM,  and M codes we can generate diferent months
> strings. So, what code is used to generate GenitiveMonths strings? there
> exists such code?

There is no new code. As said, the decision whether to display
nominative or genitive name is rule based during runtime:

* if a day of month is present in the format code, the genitive name for
  MMM and  is displayed
* if no day of month in the format code is oresent, the nominative name
  for MMM and  is displayed

The M code is a bit problematic, it can't be stored in the ODF file
format and is translated to an equivalent of MMM, so I didn't mention
that while I was at it I also added an optional 
element to the month (and day) name elements ;-)  Something for the
future.

> In Catalan, we use only de prepositon "de" (or d') in long date formats. So
> current M, MM, MMM and  codes work fine. Is there some way to generate
>  with a custom date format?

Simple, the runtime rules are applied, no need for specific genitive
case date formats.

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [Libreoffice] [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Sérgio Marques
2011/11/21 Eike Rathke 

> Hi Yury,
>
> On Saturday, 2011-11-19 21:19:43 +0200, Yury Tarasievich wrote:
>
> > Now, where do we get a template for the new format of locale?
>
> Um.. what template? There are the i18npool/source/localedata/data/*.xml
> files (see also
>
> http://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/localedata/data)
> for each locale, and the new optional  element goes
> right after the  element. You could copy the entire
>  element, paste it after itself, rename it to
>  (don't forget the  closing tag as
> well) and edit the month names. Then send the diff (in this case it's
> only the addition of the new element, so you could send just that if
> you're not familiar with git diff and such).
>

Hi Eike

I need to change case from months name due to new Portuguese settlement for
spellcheck. Can I get file mentioned, change case and send it to You for
commit?

-- 
Sérgio Marques

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [Libreoffice] [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Eike Rathke
Hi Sérgio,

On Monday, 2011-11-21 14:56:18 +, Sérgio Marques wrote:

> I need to change case from months name due to new Portuguese settlement for
> spellcheck. Can I get file mentioned, change case and send it to You for
> commit?

Yes, that's fine, just be sure you use the /plain/ file for modification,
i.e. either directly from the build tree or if from cgit, for example,
http://cgit.freedesktop.org/libreoffice/core/plain/i18npool/source/localedata/data/pt_PT.xml

I'd prefer you produce a diff against the previous version, but if
that's too complicated I'll also take an entire modified file, or just
a snippet with the updates.

Again, adding Reply-To l10n@global.libreoffice.org
/me wonders why some replies go to the dev list instead.

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [Libreoffice] [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Sérgio Marques
2011/11/21 Eike Rathke 

> Hi Sérgio,
>
> On Monday, 2011-11-21 14:56:18 +, Sérgio Marques wrote:
>
> > I need to change case from months name due to new Portuguese settlement
> for
> > spellcheck. Can I get file mentioned, change case and send it to You for
> > commit?
>
> Yes, that's fine, just be sure you use the /plain/ file for modification,
> i.e. either directly from the build tree or if from cgit, for example,
>
> http://cgit.freedesktop.org/libreoffice/core/plain/i18npool/source/localedata/data/pt_PT.xml
>
> I'd prefer you produce a diff against the previous version, but if
> that's too complicated I'll also take an entire modified file, or just
> a snippet with the updates.
>

I´m not experienced with diff process. Can You tell me the command used for
that?

Regards
-- 
Sérgio Marques

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Mihkel Tõnnov
2011/11/21 Eike Rathke 

> Hi Joan,
>
> On Monday, 2011-11-21 13:46:03 +0100, Joan Montané wrote:
>
> > Yes, with "current months" I was mean . Ok, it looks fine
> for
> > me. I will update the Catalan xml file. Just one more question.
> >
> > With M, MM, MMM,  and M codes we can generate diferent months
> > strings. So, what code is used to generate GenitiveMonths strings? there
> > exists such code?
>
> There is no new code. As said, the decision whether to display
> nominative or genitive name is rule based during runtime:
>
> * if a day of month is present in the format code, the genitive name for
>  MMM and  is displayed
> * if no day of month in the format code is oresent, the nominative name
>  for MMM and  is displayed
>
> The M code is a bit problematic, it can't be stored in the ODF file
> format and is translated to an equivalent of MMM, so I didn't mention
> that while I was at it I also added an optional 
> element to the month (and day) name elements ;-)  Something for the
> future.
>
> > In Catalan, we use only de prepositon "de" (or d') in long date formats.
> So
> > current M, MM, MMM and  codes work fine. Is there some way to
> generate
> >  with a custom date format?
>
> Simple, the runtime rules are applied, no need for specific genitive
> case date formats.
>

For Estonian, a specific code (say, MM) would be useful, actually...
The most usual date format has month name in nominative, though, so it's
not that important. Besides, it would probably be outside the "scope" of
the feature discussed here :)

Regards,
Mihkel

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [Libreoffice] [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Eike Rathke
Hi Sérgio,

On Monday, 2011-11-21 15:13:47 +, Sérgio Marques wrote:

> > I'd prefer you produce a diff against the previous version, but if
> > that's too complicated I'll also take an entire modified file, or just
> > a snippet with the updates.
> >
> 
> I´m not experienced with diff process. Can You tell me the command used for
> that?

I presume you're not using source from the git repositories then,
otherwise you could just use

git diff pt_PT.xml >outputfile

in the i18npool/source/localedata/data/ directory with your modifed
pt_PT.xml. Without the git repository, if you're on a sane platform
(e.g. any Unix or Linux) or a sanitized Windows (i.e. cygwin) you
already should have a utility called diff. Copy the original file to
orig.pt_PT.xml, do your modifications in pt_PT.xml, then

diff -u orig.pt_PT.xml pt_PT.xml >outputfile

produces a diff file that you can attach to a mail message, which eases
things for me.

If all this is mumbo-jumbo to you just mail me the snippet with your
changes ;-)

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Eike Rathke
Hi Mihkel,

On Monday, 2011-11-21 20:32:39 +0200, Mihkel Tõnnov wrote:

> > * if a day of month is present in the format code, the genitive name for
> >  MMM and  is displayed
> > * if no day of month in the format code is oresent, the nominative name
> >  for MMM and  is displayed
> 
> For Estonian, a specific code (say, MM) would be useful, actually...

Why? What's special for Estonian?

We currently can't introduce a new code as there is no specification how
to store it in ODF.

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Marek Laane
2011/11/21 Eike Rathke 

> Hi Mihkel,
>
> On Monday, 2011-11-21 20:32:39 +0200, Mihkel Tõnnov wrote:
>
> > > * if a day of month is present in the format code, the genitive name
> for
> > >  MMM and  is displayed
> > > * if no day of month in the format code is oresent, the nominative name
> > >  for MMM and  is displayed
> >
> > For Estonian, a specific code (say, MM) would be useful, actually...
>
> Why? What's special for Estonian?
>
> We currently can't introduce a new code as there is no specification how
> to store it in ODF.
>
>  Eike
>
> In Estonian, there is two most common forms of date: nominative and
adessive; second one is usually used when something is happening ON the
date and mostly in the sentence or at least in the phrase, not separately
(e.g. something is due ON the date, something will happen ON the date and
so on). When used separately as indicating the date, nominative is mostly
used (e.g. in the tables and so on).

Marek Laane

--
> LibreOffice Calc developer. Number formatter stricken i18n
> transpositionizer.
> GnuPG key 0x293C05FD : 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD
>
> --
> Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
> Problems?
> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://listarchives.libreoffice.org/global/l10n/
> All messages sent to this list will be publicly archived and cannot be
> deleted
>
>

-- 
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-l10n] [ANNOUNCE] added possessive genitive case month names, HEADS UP localizers ; -)

2011-11-21 Thread Xuacu Saturio

El 21/11/11 13:40, Eike Rathke escribió:


If "d'" is only used in a form where also the day of month is
present, then yes, that should work.

   Eike


Hi Eike, all

Well, let's go!. What I'm trying is

-For long dates, with the name of the day and it's number: «xueves, 25 
de xineru de 2034» or «llunes, 12 d'agostu de 2115»


-For long dates, only with the day's number: «25 de xineru de 2034» or 
«12 d'agostu de 2115»


-For shorter dates, just month's name without «de» or «d'»: «25 xin 
2034» or «12 ago 2115»


-For dates without the number, just month's name: «xineru de 2034» or 
«agostu de 2115»


My best guess for that is the attached file, I've included the full 
ast_ES.xml and not a .diff since it may be useful for catalan and 
galician/portuguese just by adapting months and days names to these 
languages. Also I've converted days, months and quarters names to 
lowercase following the Asturian Language Academy orthographic rules; 
the diff file may be longer than expected ;)


Best regards!

--
Xuacu Saturio

Sent while testing Thunderbird
Unviáu dende Thunderbird en pruebes


--
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted