Re: [libreoffice-l10n] Make Guarani available

2015-03-02 Thread Tom Davies
Hi :)
No need to apologise!!  I think you are doing amazing stuff there!  Good
work!!  Also thanks for letting us know about the types of problems you
encounter and how you manage to resolve them! :)  Also thanks to Andras
Timar for his work in helping you when he can.

I suspect the dev's mailing lists or irc (or whatever) might be more
helpful in terms of giving technical answers though!  If you do get answers
from them it might be good to copy those answers into this thread so people
here can try to interpret from possibly pure-geek into something the rest
of us might understand.  They do a great job at what they do but a
consequence of that is likely to be a need to use technical terms in order
to get to answers faster.

Regards from
Tom :)



On 1 March 2015 at 23:23, Giovanni Caligaris giovannicaliga...@gmail.com
wrote:

 I managed to get it to work. I just end up deleted everything and started
 fresh.

 Sorry for the inconvenience.

 -Gio

 On Sat, Feb 28, 2015 at 6:48 PM, Giovanni Caligaris 
 giovannicaliga...@gmail.com wrote:

  Hello again,
 
  I've tried just about everything.
 
  I tried building from scratch again and unziping the Pootle files on the
  'translations' folder before the build. That didn't work.
  I tried make clean  make and that didn't work either.
  I tried 'make translations' and it build one POT file but didn't make any
  effect.
  So far it only looks like my first build back when I was at 15% (on
  pootle).
 
  I am getting two errors but I'm not sure if it has anything to do with
 the
  translation
 
  I don't know what it could be.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  *File tested,Execution Time
 
 (ms)msobrightnesscontrast.docx,/home/test/core/sw/qa/extras/ooxmlimport/ooxmlimport.cxx:2213:testMsoBrightnessContrast::Importequality
  assertion failed- Expected: 56374- Actual  : 74306File tested,Execution
  Time
 
 (ms)picture-with-schemecolor.docx,/home/test/core/sw/qa/extras/ooxmlimport/ooxmlimport.cxx:1989:testPictureWithSchemeColor::Importequality
  assertion failed- Expected: �- Actual  : File tested,Execution Time
  (ms)math-malformed_xml.docx,33*
 
 
 
 
 
 
 
 
 
 
 
 
 
  *ooxmlimport.cxx:2213:AssertionTest name:
  testMsoBrightnessContrast::Importequality assertion failed- Expected:
  56374- Actual  : 74306ooxmlimport.cxx:1989:AssertionTest name:
  testPictureWithSchemeColor::Importequality assertion failed- Expected: �-
  Actual  : Failures !!!Run: 173   Failure total: 2   Failures: 2
  Errors: 0*
 
 
 
 
 
 
 
 
 
 
 
 
  *Error: a unit test failed, please do one of:export
  DEBUGCPPUNIT=TRUE# for exception catchingexport
  CPPUNITTRACE=gdb --args# for interactive debugging on Linuxexport
  VALGRIND=memcheck# for memory checkingand retry using: make
 
 CppunitTest_sw_ooxmlimport/home/test/core/solenv/gbuild/CppunitTest.mk:81:
  recipe for target
 '/home/test/core/workdir/CppunitTest/sw_ooxmlimport.test'
  failedmake[1]: ***
  [/home/test/core/workdir/CppunitTest/sw_ooxmlimport.test] Error
  1Makefile:243: recipe for target 'build' failedmake: *** [build] Error 2*
 
 
 
 
  On Fri, Feb 27, 2015 at 7:50 AM, Andras Timar tima...@gmail.com wrote:
 
  On Fri, Feb 27, 2015 at 11:06 AM, Giovanni Caligaris
  giovannicaliga...@gmail.com wrote:
   Sorry for the amateur questions, i'm not really a developer.
  
   I just went back and ran
  
   cd core
   ./autogen.sh with-lang=gug
   make
   (files already on translations folder)
  
   But it didn't seem to do the trick.
  
   I was wondering if you could guide me how to do it.
  
 
  Maybe dependencies are not set correctly, I don't know... I've never
  built LibreOffice like this myself. When you ran make, did you see
  your language dependent targets (RES, XCU, UI, etc.) rebuilt? If it's
  a dependency problem, then you can always 'make clean' things, and
  then make again. Maybe it's an overkill to issue a toplevel make
  clean, and rebuild everything from scratch. For example, if you want
  to rebuild sw onyl, then 'make sw.clean  make sw' will do the trick.
 
  Best regards,
  Andras
 
 
 

 --
 To unsubscribe e-mail to: l10n+unsubscr...@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


-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-28 Thread Tom Davies
Hi :)
I think the questions are interesting.  It is stuff that i have never had
to deal with.  I think the English Documentation team would be completely
at sea if they had to do any of this.

Would a fairly simple script help at all or is it about as
straight-forwards as reasonably possible?  Would a script just create more
problems in dealing with this sort of thing?  Of course one advantage of
not using a script is that there are other places to seek help and also if
people learn this from here then they can apply that knowledge elsewhere
too.

Hmmm, i guess i am not hugely in favour of a script after-all unless it is
likely to be simple to write and likely to improve things.
Regards from
Tom :)


On 27 February 2015 at 10:06, Giovanni Caligaris 
giovannicaliga...@gmail.com wrote:

 Sorry for the amateur questions, i'm not really a developer.

 I just went back and ran

 cd core
 ./autogen.sh with-lang=gug
 make
 (files already on translations folder)

 But it didn't seem to do the trick.

 I was wondering if you could guide me how to do it.

 Again, sorry

 -Gio


 On Fri, Feb 27, 2015 at 5:07 AM, Andras Timar tima...@gmail.com wrote:

  On Thu, Feb 26, 2015 at 9:27 PM, Giovanni Caligaris
  giovannicaliga...@gmail.com wrote:
   I just downloaded the po zip and extracted to /core/translations/
  
   When i go to language settings and choose Guarani it still gives me the
  old
   translation.
  
 
  Make sure, that you overwrite old 'gug' files, and don't forget to
  rebuild LibreOffice.
 
  Regards,
  Andras
 

 --
 To unsubscribe e-mail to: l10n+unsubscr...@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


-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-27 Thread Andras Timar
On Thu, Feb 26, 2015 at 9:27 PM, Giovanni Caligaris
giovannicaliga...@gmail.com wrote:
 I just downloaded the po zip and extracted to /core/translations/

 When i go to language settings and choose Guarani it still gives me the old
 translation.


Make sure, that you overwrite old 'gug' files, and don't forget to
rebuild LibreOffice.

Regards,
Andras

-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-27 Thread Andras Timar
On Fri, Feb 27, 2015 at 11:06 AM, Giovanni Caligaris
giovannicaliga...@gmail.com wrote:
 Sorry for the amateur questions, i'm not really a developer.

 I just went back and ran

 cd core
 ./autogen.sh with-lang=gug
 make
 (files already on translations folder)

 But it didn't seem to do the trick.

 I was wondering if you could guide me how to do it.


Maybe dependencies are not set correctly, I don't know... I've never
built LibreOffice like this myself. When you ran make, did you see
your language dependent targets (RES, XCU, UI, etc.) rebuilt? If it's
a dependency problem, then you can always 'make clean' things, and
then make again. Maybe it's an overkill to issue a toplevel make
clean, and rebuild everything from scratch. For example, if you want
to rebuild sw onyl, then 'make sw.clean  make sw' will do the trick.

Best regards,
Andras

-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-27 Thread Giovanni Caligaris
Sorry for the amateur questions, i'm not really a developer.

I just went back and ran

cd core
./autogen.sh with-lang=gug
make
(files already on translations folder)

But it didn't seem to do the trick.

I was wondering if you could guide me how to do it.

Again, sorry

-Gio


On Fri, Feb 27, 2015 at 5:07 AM, Andras Timar tima...@gmail.com wrote:

 On Thu, Feb 26, 2015 at 9:27 PM, Giovanni Caligaris
 giovannicaliga...@gmail.com wrote:
  I just downloaded the po zip and extracted to /core/translations/
 
  When i go to language settings and choose Guarani it still gives me the
 old
  translation.
 

 Make sure, that you overwrite old 'gug' files, and don't forget to
 rebuild LibreOffice.

 Regards,
 Andras


-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-27 Thread Giovanni Caligaris
Sorry for the amateur questions, i'm not really a developer.

I just went back and ran

cd core
./autogen.sh with-lang=gug
make
(files already on translations folder)

But it didn't seem to do the trick.

I was wondering if you could guide me how to do it.

Again, sorry

-Gio


On Fri, Feb 27, 2015 at 5:07 AM, Andras Timar tima...@gmail.com wrote:

 On Thu, Feb 26, 2015 at 9:27 PM, Giovanni Caligaris
 giovannicaliga...@gmail.com wrote:
  I just downloaded the po zip and extracted to /core/translations/
 
  When i go to language settings and choose Guarani it still gives me the
 old
  translation.
 

 Make sure, that you overwrite old 'gug' files, and don't forget to
 rebuild LibreOffice.

 Regards,
 Andras


-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-26 Thread Andras Timar
Hi Giovanni,

On Thu, Feb 26, 2015 at 8:43 PM, Giovanni Caligaris
giovannicaliga...@gmail.com wrote:
 Hello again.

 Quick question about the 'Master' build.

 Does the master build gets updated everytime i work on pootle or does it
 have to be updated manually?

You have to update it manually. You can download po files in a zip
from Pootle, and unzip them in translations/.


 Last time it was added to master when it was only 15% completed.


Last time I added it, also manually. Just to see, if it works.

Keep up the good work. :)

Best regards,
Andras

-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-26 Thread Giovanni Caligaris
I just downloaded the po zip and extracted to /core/translations/

When i go to language settings and choose Guarani it still gives me the old
translation.

I can't really figure out how to apply the new one.

On Thu, Feb 26, 2015 at 4:57 PM, Andras Timar tima...@gmail.com wrote:

 Hi Giovanni,

 On Thu, Feb 26, 2015 at 8:43 PM, Giovanni Caligaris
 giovannicaliga...@gmail.com wrote:
  Hello again.
 
  Quick question about the 'Master' build.
 
  Does the master build gets updated everytime i work on pootle or does it
  have to be updated manually?

 You have to update it manually. You can download po files in a zip
 from Pootle, and unzip them in translations/.

 
  Last time it was added to master when it was only 15% completed.
 

 Last time I added it, also manually. Just to see, if it works.

 Keep up the good work. :)

 Best regards,
 Andras


-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-24 Thread Rimas Kudelis
Thanks Tom, it seems you're right: gn is considered a macrolanguage:
http://www-01.sil.org/iso639-3/documentation.asp?id=grn .

Regards,
Rimas


2015.02.20 16:40, Tom Davies rašė:
 Hi :) 
 My guess would be that there are a lot of variants, as there are with
 English (ie US, vs GB/Uk, vs Aus etc).  The 3 letter code makes it
 specific to the specific language rather than to the generic
 collection of languages. 

 Of course it might be that the country has at least 2 different
 languages and the 3 letter-code allows soemone else to translate for
 the other language someday. 

 Err, i am not sure if the question was aiming for a much more advanced
 level of understanding or just needed a little nudge like i just gave. 
 Regards from
 Tom :) 


 On 20 February 2015 at 14:24, Rimas Kudelis r...@akl.lt
 mailto:r...@akl.lt wrote:

 Hi,
 Just wondering: why do we need to change  the locale code?

 Rimas



-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-23 Thread Andras Timar
Hi,

On Mon, Feb 23, 2015 at 10:31 PM, Giovanni Caligaris
giovannicaliga...@gmail.com wrote:
 Hello,

 Ive been trying to build libreoffice for the past two days but I'm getting
 stuck

 ive used

 ./autogen.sh --with-lang=gug (just like Andras mention in a previous email)
 make  make dev-install  exit

You don't have to use  make dev-install  exit. Single make
will do. LibreOffice can be started as instdir/program/soffice


 and thisis where im getting suck

 [build LNK] Library/libsvxcorelo.so
 /home/test/core/workdir/CxxObject/svx/source/sdr/contact/viewcontactofsdrpathobj.o:
 file not recognized: File truncated


Please check, if your disk is full. If not, do a make svx.clean,
then make again. It can be a random temporary problem.

Regards,
Andras

-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-23 Thread Giovanni Caligaris
Thanks, that seemed to work

On Mon, Feb 23, 2015 at 6:37 PM, Andras Timar tima...@gmail.com wrote:

 Hi,

 On Mon, Feb 23, 2015 at 10:31 PM, Giovanni Caligaris
 giovannicaliga...@gmail.com wrote:
  Hello,
 
  Ive been trying to build libreoffice for the past two days but I'm
 getting
  stuck
 
  ive used
 
  ./autogen.sh --with-lang=gug (just like Andras mention in a previous
 email)
  make  make dev-install  exit

 You don't have to use  make dev-install  exit. Single make
 will do. LibreOffice can be started as instdir/program/soffice

 
  and thisis where im getting suck
 
  [build LNK] Library/libsvxcorelo.so
 
 /home/test/core/workdir/CxxObject/svx/source/sdr/contact/viewcontactofsdrpathobj.o:
  file not recognized: File truncated
 

 Please check, if your disk is full. If not, do a make svx.clean,
 then make again. It can be a random temporary problem.

 Regards,
 Andras


-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-20 Thread Sophie Gautier
Hi Giovani,
Sorry for the delay, Cloph have been swamped by the infra problems, but we
discussed it during our team meeting and we find 30% a bit short to have a
regular build and he also have to change the local. Do you need a build to
check your localization?
Cheers
Sophie

On Fri, Feb 20, 2015 at 1:03 AM, Giovanni Caligaris 
giovannicaliga...@gmail.com wrote:

 Still no replies

 Can anyone help me?

 On Mon, Feb 16, 2015 at 7:01 AM, Tom Davies tomc...@gmail.com wrote:

  Hi :)
  Sorry you had no replies over the weekend!  I gather people were busy as
  there are a couple of massive tradeshows and other events coming up soon.
 
  Hopefully someone will be able to help you get this sorted out fairly
  soon!
  Good luck and regards from
  Tom :)
 
  On 14 February 2015 at 18:28, Giovanni Caligaris 
  giovannicaliga...@gmail.com wrote:
 
  Hello
 
  I have sent an email before asking the Guarani pack to be able to
  download.
 
  They told me they were going to change the local code on pootle from Gn
 to
  Gug but never got done.
 
  I have reached 33% now, and have completed the sw, sd, sc (uiconfig)
  folders and have done some work on other folders.
 
  I would like to know if there's anything I can do to make the pack
  available.
 
  -Gio
 
  --
  To unsubscribe e-mail to: l10n+unsubscr...@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
 
 
 

 --
 To unsubscribe e-mail to: l10n+unsubscr...@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




-- 
Sophie Gautier sophie.gaut...@documentfoundation.org
GSM:+33683901545
IRC: sophi
Co-founder - Release coordinator
The Document Foundation

-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-20 Thread Andras Timar
Hi Giovanni,

On Fri, Feb 20, 2015 at 1:03 AM, Giovanni Caligaris
giovannicaliga...@gmail.com wrote:

 I have sent an email before asking the Guarani pack to be able to
 download.

 They told me they were going to change the local code on pootle from Gn to
 Gug but never got done.

Who told you that? I asked Cloph to change gn to gug, but he is rather busy.



 I have reached 33% now, and have completed the sw, sd, sc (uiconfig)
 folders and have done some work on other folders.

 I would like to know if there's anything I can do to make the pack
 available.


Guarani is targetted for LibreOffice 4.5. First language packs will be
available from TDF  with 4.5 betas. See the release plan.
http://wiki.documentfoundation.org/ReleasePlan

However, you can always build LibreOffice yourself from source code,
see https://wiki.documentfoundation.org/Development
We can help you, if you get stuck.

Best regards,
Andras

-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-20 Thread Rimas Kudelis
Hi, 
Just wondering: why do we need to change  the locale code?

Rimas

On 2015 m. vasaris 20 d. 11:00:49 EET, Andras Timar tima...@gmail.com wrote:
Hi Giovanni,

On Fri, Feb 20, 2015 at 1:03 AM, Giovanni Caligaris
giovannicaliga...@gmail.com wrote:

 I have sent an email before asking the Guarani pack to be able to
 download.

 They told me they were going to change the local code on pootle
from Gn to
 Gug but never got done.

Who told you that? I asked Cloph to change gn to gug, but he is rather
busy.



 I have reached 33% now, and have completed the sw, sd, sc
(uiconfig)
 folders and have done some work on other folders.

 I would like to know if there's anything I can do to make the pack
 available.


Guarani is targetted for LibreOffice 4.5. First language packs will be
available from TDF  with 4.5 betas. See the release plan.
http://wiki.documentfoundation.org/ReleasePlan

However, you can always build LibreOffice yourself from source code,
see https://wiki.documentfoundation.org/Development
We can help you, if you get stuck.

Best regards,
Andras

-- 
To unsubscribe e-mail to: l10n+unsubscr...@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

--
Rimas

-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-19 Thread Giovanni Caligaris
Still no replies

Can anyone help me?

On Mon, Feb 16, 2015 at 7:01 AM, Tom Davies tomc...@gmail.com wrote:

 Hi :)
 Sorry you had no replies over the weekend!  I gather people were busy as
 there are a couple of massive tradeshows and other events coming up soon.

 Hopefully someone will be able to help you get this sorted out fairly
 soon!
 Good luck and regards from
 Tom :)

 On 14 February 2015 at 18:28, Giovanni Caligaris 
 giovannicaliga...@gmail.com wrote:

 Hello

 I have sent an email before asking the Guarani pack to be able to
 download.

 They told me they were going to change the local code on pootle from Gn to
 Gug but never got done.

 I have reached 33% now, and have completed the sw, sd, sc (uiconfig)
 folders and have done some work on other folders.

 I would like to know if there's anything I can do to make the pack
 available.

 -Gio

 --
 To unsubscribe e-mail to: l10n+unsubscr...@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




-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-16 Thread Tom Davies
Hi :)
Sorry you had no replies over the weekend!  I gather people were busy as
there are a couple of massive tradeshows and other events coming up soon.

Hopefully someone will be able to help you get this sorted out fairly
soon!
Good luck and regards from
Tom :)

On 14 February 2015 at 18:28, Giovanni Caligaris 
giovannicaliga...@gmail.com wrote:

 Hello

 I have sent an email before asking the Guarani pack to be able to download.

 They told me they were going to change the local code on pootle from Gn to
 Gug but never got done.

 I have reached 33% now, and have completed the sw, sd, sc (uiconfig)
 folders and have done some work on other folders.

 I would like to know if there's anything I can do to make the pack
 available.

 -Gio

 --
 To unsubscribe e-mail to: l10n+unsubscr...@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


-- 
To unsubscribe e-mail to: l10n+unsubscr...@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] Make Guarani available

2015-02-14 Thread Giovanni Caligaris
Hello

I have sent an email before asking the Guarani pack to be able to download.

They told me they were going to change the local code on pootle from Gn to
Gug but never got done.

I have reached 33% now, and have completed the sw, sd, sc (uiconfig)
folders and have done some work on other folders.

I would like to know if there's anything I can do to make the pack
available.

-Gio

-- 
To unsubscribe e-mail to: l10n+unsubscr...@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