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

Wappie08’s picture

Status: Active » Fixed

For 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

muhleder’s picture

Thanks for this, this worked for me once I'd updated the Translations at

/admin/build/translate/refresh