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
- VerySimpleXML – a lightweight Delphi XML reader and writer
- Solving circular unit references with class helpers
- How to change the language of the Cisco SPA504G
- Eclipse on Mac OS X – Workspace error on NFS mounts
- 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
Search
Categories
Tags
.NET
Add new tag
Android
apache
arabic
Delphi for PHP
Delphi Programming
Eclipse
ESXi
Event
Extension
font
Index Search engine
language
lighttpd
locale
locking
Lua
macos
macosx
mdaemon
Nagios
news
nfs
nrpe
Object-oriented programming
OnClick
OOP
PHP
plugin
Prism
Resource
RTL
server-status.
share
String
TreeView
TTreeview
tt_news
Typo3
Unicode
VMWare
Whitebox
workbench
xml
Archives
Delphi Feeds
- OmniThreadLibrary Documentation: ParallelTask
- You can’t remove open-source code from public use
- Laying out Smart applications with Layout Manager [3]
- HotFix 1 is live!
- From OP4JS to Smart Mobile Studio
- Update 4 Hotfix 1 now available for Delphi, C++Builder and RAD Studio XE2
- Charles Petzold Rides Again (+ praise for Kindle and O’Reilly)
- Delphi Language links/info
- Limit The Number Of Characters For The TListView's Editor Control
- Embarcadero Academy–The Multithreading Session
I'm an avid programmer working on a variety of platforms in a variety of languages with a wide technical interest.

