Closed (won't fix)
Project:
Internationalization
Version:
5.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2008 at 03:04 UTC
Updated:
12 May 2011 at 09:12 UTC
Here's a fix for this language removal problem :
I removed a language from my site but it was still listed in the blocks translations and language switcher. I made a search through it's related database for the listed name and found only two records containing it insite those tables :
In the variables
table, it was inside the record i18n_languages
. I removed the corresponding language entry from the enabled
array, something that looked like s:7:"English"; inside the curly brackets. Then I deleted the record from the cache and reloaded a page and the enabled languages were listed correctly again.
Comments
Comment #1
keesje commented'Bug' confirmed for 5.x-2.3.
Didn't try above dbs hack yet.
grtz,
Kees
Comment #2
dynv commented@qrios that's how you do it ! ;)
Comment #3
R.Hendel commentedDeprecated - D5 is no longer supported.