howto
GHengeveld |
|
---|---|
Rewrite the news plugin I guess (and release it here). I think you should keep the news category as a fallback (the default language) and use 'en-news' if the user has english configured (dutch being the default) and just 'news' for dutch users.
if (usr.lang != cfg.defaultlang) ... |