How to remove completely some language from the DB?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Strook
Posts: 70
Joined: Fri Nov 08, 2019 10:51 am

How to remove completely some language from the DB?

Post by Strook »

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?

Image

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<-
User avatar
Tony Li
Posts: 21973
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to remove completely some language from the DB?

Post by Tony Li »

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.
User avatar
Strook
Posts: 70
Joined: Fri Nov 08, 2019 10:51 am

Re: How to remove completely some language from the DB?

Post by Strook »

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<-
User avatar
Tony Li
Posts: 21973
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to remove completely some language from the DB?

Post by Tony Li »

Glad to help!
Post Reply