Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-10-27 12:13:38
- heikki74
- Member
- From: Finland
- Registered: 2004-08-17
- Posts: 100
Can't switch to proper locale
I already looked at this topic Diagnose : Locale : en_GB.UTF-8
Locales work well with English (en_GB.UTF-8) and German (de_DE.UTF-8). When I switch language to Suomi, the locale stays the same as before.
My system seems to have necessary locales in /usr/share/locale/ : fi and fi_FI.
This doesn’t work either (it displays day and month names with the locale in diagnostics):
<code><txp:posted locale=“fi” format=”%A, %d. %B %Y” /></code>
Diagnostics after switching from English to Suomi:
<code>
Textpatternin versio: 4.0.1 (r888)
last_update: 2005-09-06 14:29:40/2005-09-06 14:28:58
Dokumenttien juurihakemisto: /home/buriedsh/public_html
$path_to_site: /home/buriedsh/public_html
Polku Textpatterniin: /home/buriedsh/public_html/textpattern
Kestolinkin muoto: section_id_title
Temp-hakemisto: /tmp
Sivuston URL: www.buriedshovel.com
PHP:n versio: 4.4.0
Register globals: 1
Magic quotes: 1/0
MySQL: 4.0.25-standard
Locale: en_GB.UTF-8
Palvelin: Apache/1.3.33 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a PHP-CGI/0.1b
Ennakkotestaus:
————————————
/home/buriedsh/public_html/textpattern/setup/ löytyy yhä
————————————
.htaccess sisältö:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#RewriteBase /relative/web/path/
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
</IfModule>
————————————
</code>
Offline
#2 2005-10-28 00:11:48
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Can't switch to proper locale
fi_FI was missing from the list of supported locales. Added in r1066.
Alex
Offline
#3 2005-10-28 06:10:56
- heikki74
- Member
- From: Finland
- Registered: 2004-08-17
- Posts: 100
Re: Can't switch to proper locale
Thanks! It works now.
Last edited by heikki74 (2005-10-28 06:11:11)
Offline
Pages: 1