Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > MISCELLANEOUS > Archives > Bug Report 1.4.x

Post Reply
 
Thread Tools
  #1  
Old 07-20-2005, 11:26 PM
bretzelman Offline
pp regular
 
Join Date: Dec 2004
Posts: 41
Translation bug in pixelpost 1.4.2

Hello.
In the french translation of pixelpost, I've seen that there's a little mistake:

Quote:
// Category
$lang_category_singular = "catÈgorie:";
$lang_category_plural = "catÈgories:";
you should replace this by this:
Quote:
// Category
$lang_category_singular = "catégorie:";
$lang_category_plural = "catégories:";
(congratulation for the idea of specifying if there's just one or more categories)

the accent problem also exist on the months list:
replace:
Quote:
$lang_january = "Janvier";
$lang_february = "FÈvrier";
$lang_march = "Mars";
$lang_april = "Avril";
$lang_may = "Mai";
$lang_june = "Juin";
$lang_july = "Juillet";
$lang_august = "Ao?t";
$lang_september = "Septembre";
$lang_october = "Octobre";
$lang_november = "Novembre";
$lang_december = "DÈcembre";
by:
Quote:
$lang_january = "Janvier";
$lang_february = "Février";
$lang_march = "Mars";
$lang_april = "Avril";
$lang_may = "Mai";
$lang_june = "Juin";
$lang_july = "Juillet";
$lang_august = "Août";
$lang_september = "Septembre";
$lang_october = "Octobre";
$lang_november = "Novembre";
$lang_december = "Décembre";
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 01:21 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs