DraqueT / PolyGlot

PolyGlot is a conlang construction toolkit.
MIT License
381 stars 44 forks source link

[bug] problem generating pronunciations #1267

Closed bcburin closed 1 year ago

bcburin commented 1 year ago

I am using PolyGlot ver. 3.5.1 on Linux.

Whenever I type a pronunciation for a word in the lexicon, the pronunciations of all words in the lexicon are updated to that one. The same problem happens when a pronunciation is auto-generated by phonemic orthography rules.

For example, the pronunciation of the word below was auto-generated when I created the word

image

However, all other words had their pronunciations updated. Example from a different word below

image

The only thing I could think of, at first, that could trigger that behaviour is that I have words conaining * in them to act as placeholerders for infixes

image

Error log: PolyGlot_error.log

I tried uploading the .pgd language file, however it was not possible to do directly so in this issue. Is there any other medium where I could share it?

TrapinchO commented 1 year ago

You can rename it to .zip and it will work.

Also, can you try it on the beta version?

bcburin commented 1 year ago

Language file: Ejlbir.zip

It seems to be solved in beta. Is there any prediction for when that change will go into the stable version?

Thank you very much for the help!