Forums / Install & configuration / Translation extension problem with 3.9.1

Translation extension problem with 3.9.1

Author Message

Blazej Marcinek

Monday 09 April 2007 10:19:41 am

My site is running on 3.9.0. I just attempted migration to 3.9.1, and everything seems to work fine except for my custom "translation extension" (which works fine under 3.9.0). The extension is very simple, has only 2 files:
settings\site.ini.append
translations\pol-PL\translation.ts

It is listed in ActiveExtensions in override\site.ini.append.php, but still doesn't work (well, the strings don't get translated - but I don't know how to check whether extension is not loaded at all, or there is some other problem).
Any tips/ideas?

Blazej Marcinek

Tuesday 17 April 2007 8:39:08 am

Any help anyone? It's a very simple extension, I'm out of ideas what could be wrong - and it worked with 3.9.0.
Does anyone have a "translation extension" that works with 3.9.1? (this would suggest the problem is still somewhere within my settings)

Hans Melis

Tuesday 17 April 2007 9:33:12 am

Yeah, we do have a couple of extensions with translations that work in 3.9.1. We have experienced a couple of problems in the process, but we were able to solve all of them by clearing the translation cache. I haven't found 'nice' way to clear the cache (no GUI and no CLI option it seems), but you can delete the folder on the file system. It should be var/<sitedir>/cache/translations

Have you tried that?

Hans
http://blog.hansmelis.be

Blazej Marcinek

Saturday 26 May 2007 12:16:53 pm

Cheers Hans, clearing the cache manually helped indeed. :-) I previously assumed that ordering "clear all cache" on GUI clears all cached files - apparently incorrect assumption. :-/

Kind regards,

Blazej