Page 2 of 2

Re: Hungarian Translation

Posted: Sun May 12, 2013 3:25 pm
by robi
Hi guys! Long time, no see...

My v1.24.2 ZM installation has been working flawlessly so far. It was time to change hardware lately, so I reinstalled everything from scratch to the newest v1.25.0. Brilliant work - thanks to all of you.

I make my contribution by updating the Hungarian translation to v1.25.0. Please download it, and add it to the latest main trunk.
hu_hu_v1.25.0.zip
Hungarian Updated to v1.25.0.
(13.21 KiB) Downloaded 653 times
Regards,
Robi

Re: Hungarian Translation

Posted: Thu Aug 15, 2013 1:46 pm
by kylejohnson
Thanks for submitting this - it has been merged into release-1.26 (commits cacf77a1832e327b73d78612c4c584fc4631d3d5 and 4d6b9f7276b3e905f4e6a4899c6c54f76612a074)

Re: Hungarian Translation

Posted: Thu Aug 15, 2013 4:11 pm
by robi
To enable correct Hungarian locales, make sure to install hu_HU locale on your system.

On Ubuntu 12.04 do it like this:

locale -a
- to see what's installed

cat /usr/share/i18n/SUPPORTED | grep hu
- to check the possibility of installation

sudo locale-gen hu_HU
sudo locale-gen hu_HU.utf8
- to install

sudo service apache2 restart
- to make PHP aware of it

That's it.