Hello!
A while ago while doing some tests, i added some languages.
Is there a way to completely remove all field for certain languages in the whole database?
thanks!
How to remove completely some language from the DB?
How to remove completely some language from the DB?
Currently working on ->Squeakross: Home Squeak Home<- Using Dialogue System Save System and other features.
Previous game made with Dialogue system ->The Spirit and The mouse<-
Previous game made with Dialogue system ->The Spirit and The mouse<-
Re: How to remove completely some language from the DB?
Hi Alex,
You'll need to do it on a field-by-field basis. For example, say you want to remove the "pt-BR" field from all dialogue entries. Go to the Dialogue Editor's Templates section. Expand the Dialogue Entries template. If the template does not have a field named "pt-BR", add it first. Then click the "-" button to remove it. The editor will ask if you want to remove to remove the field from all dialogue entries; click Yes.
Version 2.2.30 has some improvements to templates and adding/removing fields. So, if possible, back up your project and update to 2.2.30 before doing the steps above. If you can't do that, it should still be fine for this operation.
You'll need to do it on a field-by-field basis. For example, say you want to remove the "pt-BR" field from all dialogue entries. Go to the Dialogue Editor's Templates section. Expand the Dialogue Entries template. If the template does not have a field named "pt-BR", add it first. Then click the "-" button to remove it. The editor will ask if you want to remove to remove the field from all dialogue entries; click Yes.
Version 2.2.30 has some improvements to templates and adding/removing fields. So, if possible, back up your project and update to 2.2.30 before doing the steps above. If you can't do that, it should still be fine for this operation.
Re: How to remove completely some language from the DB?
Thanks! I can't update the plugin anymore as we are very close to freezing all changes, I'll do via the templates, thanks!
Currently working on ->Squeakross: Home Squeak Home<- Using Dialogue System Save System and other features.
Previous game made with Dialogue system ->The Spirit and The mouse<-
Previous game made with Dialogue system ->The Spirit and The mouse<-
Re: How to remove completely some language from the DB?
Glad to help!