Page 1 of 1

Question about categories section

Posted: Thu Mar 15, 2012 7:19 pm
by starhill
Hello, I just installed serendipity in my server, in spanish, and I have been configurating it a bit, but I found a problem, "Categories" in spanish is "Categorías", and the " í " letter appears as an ?, I know that's a problem in the code, and I can fix it changing "í" for the html code í, but I have done that already in the only code file I found with "categorías" on it, the code file with the spanish translation, and it still appears with a ? and a diamond sign. Any ideas about how can I fix that?

Re: Question about categories section

Posted: Thu Mar 15, 2012 10:47 pm
by Don Chambers
Serendipity's language translation is correct and should not require revision, as you can see in the file /lang/serendipty_lang_es.inc.php, and the UTF-8 counterpart /lang/UTF-8/serendipity_lang_.es.inc.php:

Code: Select all

@define('CATEGORIES', 'Categorías');
I'm wondering if it could be the language set you have defined for the site (General Settings -> Language)... or possibly a browser setting?

I'm completely guessing. Can you post a URL to your site?

Re: Question about categories section

Posted: Thu Mar 15, 2012 11:17 pm
by starhill
Yep, I am surprised to see the ? instead of the i, as the language is set to utf-8, but still...

http://www.starhillwiki.com/paladin/ here is the URL, if that helps.

Thanks

Re: Question about categories section

Posted: Thu Mar 15, 2012 11:23 pm
by Don Chambers
Just to be sure this isn't a template issue, could you temporarily change to the Bulletproof template?

Re: Question about categories section

Posted: Fri Mar 16, 2012 6:37 pm
by starhill
ok, I changed it to bulletproof and the it has the same problem.

Re: Question about categories section

Posted: Sun Mar 18, 2012 6:01 pm
by Don Chambers
The problem seems to have been resolved?