10394 Posts in 2203 Topics by 1714 members
| Go to End | Next > | |
| Author | Topic: | 2281 Views |
-
Translating the Calendar Module

22 January 2009 at 7:57am Last edited: 22 January 2009 8:05am
I worked on this, and managed to finish the translations today.
If anyone would like to contribute by translating please refer to the code bellow, and do the translation. the code below is the Sinhala translation of the module my native language ;)
<?php
/**
* Sinhalese (Sri Lanka) language pack
* @package calendar
*/$lang['si_LK']['CalendarHolder']['JAN'] = 'ජන';
$lang['si_LK']['CalendarHolder']['FEB'] = 'පෙබ';
$lang['si_LK']['CalendarHolder']['MAR'] = 'මà·à¶»à·Š';
$lang['si_LK']['CalendarHolder']['APR'] = 'à¶…à¶´à·Š';
$lang['si_LK']['CalendarHolder']['MAY'] = 'මà·à¶ºà·’';
$lang['si_LK']['CalendarHolder']['JUN'] = 'ජුනි';
$lang['si_LK']['CalendarHolder']['JUL'] = 'ජූලි';
$lang['si_LK']['CalendarHolder']['AUG'] = 'à¶…à¶œà·';
$lang['si_LK']['CalendarHolder']['SEP'] = 'à·ƒà·à¶´à·Š';
$lang['si_LK']['CalendarHolder']['OCT'] = 'ඹක්';
$lang['si_LK']['CalendarHolder']['NOV'] = 'නොවෙ';
$lang['si_LK']['CalendarHolder']['DEC'] = 'දෙසà·';$lang['si_LK']['CalendarHolder']['SUN'] = 'සදු';
$lang['si_LK']['CalendarHolder']['MON'] = 'සදු';
$lang['si_LK']['CalendarHolder']['TUE'] = 'අග';
$lang['si_LK']['CalendarHolder']['WED'] = 'බුද';
$lang['si_LK']['CalendarHolder']['THU'] = 'බ්රහස්';
$lang['si_LK']['CalendarHolder']['FRI'] = 'සිකු';
$lang['si_LK']['CalendarHolder']['SAT'] = 'සෙන';$lang['si_LK']['CalendarHolder']['JANUARY'] = 'ජනවà·à¶»à·’';
$lang['si_LK']['CalendarHolder']['FEBRUARY'] = 'පෙබරවà·à¶»à·’';
$lang['si_LK']['CalendarHolder']['MARCH'] = 'මà·à¶»à·Šà¶à·”';
$lang['si_LK']['CalendarHolder']['APRIL'] = 'අප්රේල්';
$lang['si_LK']['CalendarHolder']['MAY'] = 'මà·à¶ºà·’';
$lang['si_LK']['CalendarHolder']['JUNE'] = 'ජුනි';
$lang['si_LK']['CalendarHolder']['JULY'] = 'ජූලි';
$lang['si_LK']['CalendarHolder']['AUGUST'] = 'à¶…à¶œà·à·ƒà·Šà¶à·”';
$lang['si_LK']['CalendarHolder']['SEPTEMBER'] = 'à·ƒà·à¶´à·Šà¶à·à¶¸à·Šà¶¶à¶»à·Š';
$lang['si_LK']['CalendarHolder']['OCTOBER'] = 'ඹක්à¶à·à¶¶à¶»à·Š';
$lang['si_LK']['CalendarHolder']['NOVEMBER'] = 'නොවà·à¶¸à·Šà¶¶à¶»à·Š';
$lang['si_LK']['CalendarHolder']['DECEMBER'] = 'දෙසà·à¶¸à·Šà¶¶à¶»à·Š';$lang['si_LK']['CalendarHolder']['NEXT'] = 'ඊලග';
$lang['si_LK']['CalendarHolder']['PRE'] = 'ගිය';?>
I will post the module soon after some last tests.
-
Re: Translating the Calendar Module

25 January 2009 at 9:06pm
Hey Nivanka, looks like the forum chokes a bit on the special characters in your translation (or is it just my browser?).
I'd suggest using translate.silverstripe.com for your module, feel free to submit a language file there (you can update it as required). -
Re: Translating the Calendar Module

26 January 2009 at 2:06am Last edited: 26 January 2009 2:06am
Hi Ingo,
I think this happens because you have not got the correct unicode set installed.
Anyway Here are the words which need to be translated.
JAN
FEB
MAR
APR
MAY
JUN
JUL
AUG
SEP
OCT
NOV
DECSUN
MON
TUE
WED
THU
FRI
SATJANUARY
FEBRUARY
MARCH
APRIL
MAY
JUNE
JULY
AUGUST
SEPTEMBER
OCTOBER
NOVEMBER
DECEMBERNEXT
PREI will add the language file to the translate.silverstripe.com soon after I get the new version on the module directory.
-
Re: Translating the Calendar Module

26 January 2009 at 6:13am
Hi, I've attached the swedish calendar translation. Enjoy.
-
Re: Translating the Calendar Module

26 January 2009 at 6:52am
Nice one pmnordkvist,
I will add it to the module. Thanks for the good work
-
Re: Translating the Calendar Module

10 February 2009 at 10:58pm
Here is the german translation.
Tested it on local installation works fine.Peter
-
Re: Translating the Calendar Module

11 February 2009 at 1:53am
Hi Peter,
Thanks for the god work. I will add this to the module and post it again soon. Keep it up.
-
Re: Translating the Calendar Module

12 February 2009 at 10:52am Last edited: 12 February 2009 11:32am
I've attached the dutch calendar translation. Enjoy.
| 2281 Views | ||
| Go to Top | Next > |




