Recent Topics

1 Oct 07, 2003 11:57    

Hello
Can I translate b2evolution to persian?
If yes, can I send the file for you to put in original files of b2evolution?
( I do apologize for my bad english typing :oops: )
thanks so much ;)

2 Oct 07, 2003 16:40

yes, yes, yes please! :)

3 Oct 07, 2003 19:34

fplanque wrote:

yes, yes, yes please! :)

thanks so much. :D :D :D :D :D :D :D :D :p :p :p :p

4 Oct 11, 2003 11:05

Hi
I did these changesin _locales.php:
1-

$languages = array(
	'pe'=> NT_('Persian'),
	'nl' => NT_('Dutch'),
	'en' => NT_('English'),
	'fr' => NT_('French'),
	'ja' => NT_('Japanese'),
	'pt' => NT_('Portuguese'),
	'es' => NT_('Spanish'),
	'sv' => NT_('Swedish'),
	);


2-

$locales = array(

	'en_US' => array( // English, US
									'charset' => 'utf-8',	// gettext will convert to this
									'datefmt' => 'm/d/y',	
									'timefmt' => 'h:i:s a',	
								),
   	'pe_PE' => array( // Persian, PE
	                                                'charset' => 'utf-8',  
	                                                'datefmt' => 'y/m/d',
	                                                'timefmt' => 'h:i:s:a',
	                                         ),
	'es_ES' => array(	// Spanish, SPAIN
									'charset' => 'iso-8859-1',
									'datefmt' => 'd.m.y',
									'timefmt' => 'H:i:s',	


and I send the files for you in a few days later.
thanks a lot ;)


Form is loading...