byutrg / baseterm

BaseTerm is an open-source and free to use terminology management system built with the primary goal of natively supporting the most popular TBX dialect for exchange, TBX-Basic.
Eclipse Public License 1.0
11 stars 1 forks source link

language #66

Open wangxudong11 opened 7 years ago

wangxudong11 commented 7 years ago

i wanna deploy termbase at localhost,but i don‘t have language at database.how can i create a new language?

byutrg commented 7 years ago

Thanks for bringing this to our attention. It turns out they were missing.

I added an SQL dump of the languages and regions in app/languages_regions.sql. Just import them into your database and you should be good to go.

I will have to make it so these get initialized with the rest of the database in the future.