Closed (fixed)
Project:
Internationalization
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2010 at 13:50 UTC
Updated:
21 Jan 2011 at 00:32 UTC
Hello I've got a fairly simple problem:
I added a second language (admin/settings/language): Dutch, and set it to Standard (so english is second language).
Now it shows me in the Translate interface (admin/build/translate) that "Built-in interface" strings are translated (1308/3780).
I do not want this, didn't ask for translated pages! I only want default language to be Dutch (so newly created nodes will be Dutch auto + some custom strings). Now the admin menu is kinda screwed and also some strings in some pages appear different...
How can I remove all "Built-in interface" strings (can only search and do it one-by-one)???
Greetings Wappie
Comments
Comment #1
Wappie08 commentedFor anyone who will need this:
I found that all strings are stored in the database table locales_target. You can just delete all rows (you will lose all translations) or select all rows with a specific language (SELECT * FROM `locales_target` WHERE `language`='xx';)
Greetings Wappie
Comment #3
muhleder commentedThanks for this, this worked for me once I'd updated the Translations at
/admin/build/translate/refresh