kReEsTaL
Member
Posted 7 years ago #
Hi everyone!
Sorry if this has already been asked, but I'm looking forward to installing WordPress on my website, which is in French. So I'd like to know whether there's a French version of WordPress for me to install?... And if there isn't, how coudl I provide the French translation? I'd be happy to help! :-)
kReEsTaL
Member
Posted 7 years ago #
That's awesome, thank you so much! :-)
innerchild
Member
Posted 7 years ago #
hmm ok uploaded both sv_SE.ISO-8859-1.mo file and sv_SE.UTF-8.mo file to server under webroot/wp-includes/languages/ and edited wp-config file and line 19 to
define ('WPLANG', 'sv_SE');
but that doesnt seem to help me change the lanugage on my WP-installation on http://www.top-10-list.com
any suggestions ?
regards
KSvensson
I think the language code in that define clause needs to match the file name so maybe you could rename either one of the mo files to sv_SE.mo.
Don't know if changing the sv_SE in the define clause to sv_SE.UTF-8 (for example) works... I've never played around with language packs.
innerchild
Member
Posted 7 years ago #
ah thanX!
define ('WPLANG', 'sv_SE.UTF-8');
in the wp-config file seems to have made the trick!
greetings
Xavier Borderie
Member
Posted 7 years ago #