tt_news
Ext: tt_news – no translation for name of months
Typo3-Extension: tt_news – non translated month names
If you stumble across this problem, maybe you haven’t installed the right locale on your linux computer. Open a new shell and type
locale -a
This prints out all available locales. Refer to your OS manual on how to install additional locales.
Try this php script for testing locales (taken from php manual setlocale)
<?php
/* Set locale to Dutch */
setlocale(LC_ALL, 'nl_NL');
/* Output: vrijdag 22 december 1978 */
echo strftime("%A %e %B %Y", mktime(0, 0, 0, 12, 22, 1978));
/* try different possible locale names for german as of PHP 4.3.0 */
$loc_de = setlocale(LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');
echo "Preferred locale for german on this system is '$loc_de'";
?> About
Recent Posts
- Lua 5.1 for Delphi 2010
- WordPress Plugin – QR Code Tag v1.0
- Favourite Android applications
- Hint: Blank Typo3 installation screen
- How to create an ESXi v4 Whitebox ISO with Windows Tools
- Ext: tt_news – no translation for name of months
- check_apachestatus_auto.pl v1.2 released
- Ext: indexed_search – Disable indexing of meta tags
- nagios_mdaemon_check.exe v1.0 released
- Create an ESXi Whitebox ISO with Windows Tools
Search
Categories
Tags
.NET
Add new tag
Android
apache
arabic
Delphi for PHP
Delphi Programming
ESXi
Event
Extension
font
Index Search engine
language
lighttpd
locale
Lua
mdaemon
Nagios
news
nrpe
Object-oriented programming
OnClick
OOP
PHP
plugin
Prism
Resource
RTL
server-status.
String
TreeView
TTreeview
tt_news
Typo3
Unicode
VMWare
Whitebox
Archives
Blogroll
Delphi Feeds
- The Tragedy of Steel
- Delphi 2010 XML, SOAP and Web Services courseware manual
- Delphi 2010 Handbook Discount on Amazon
- Six months in a leaky boat
- Retrieving File Owner
- My Camtasia videos on Delphi development
- An Error at Run-Time due to the Database Connection Left Open at Design-Time
- A note on being published on DelphiFeeds.com
- Fun With Testing DateUtils.pas #1
- Delphi Live! Date Updated
I'm an avid programmer working on a variety of platforms in a variety of languages with a wide technical interest.
