bolt / core

🧿 Bolt 5 core
https://boltcms.io
MIT License
541 stars 159 forks source link

Adding translations works but shows "Unknown error" #710

Open I-Valchev opened 4 years ago

I-Valchev commented 4 years ago

Adding a kay-value translation on /bolt/_trans creates the record, but shows "Unknown error" message.

Screenshot 2019-11-06 at 13 20 35

UtechtDustin commented 4 years ago

This site is created by the symfony php-translation bundle and the error Unknown error is caused by the missing api key from loco.

So i guess it has to be fixed in the bundle repository.

bobdenotter commented 4 years ago

@UtechtDustin Good catch.. In my local checkout, i have the "official" key that connects it to https://localise.biz/ .. Ivo, I'll paste you the key, and I assume then it'll work for you..

However, we should not put this key in our repo. Ideally, it would show a proper warning for those who don't have it.. 🤔