felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.36k stars 366 forks source link

Cannot GET static/locales ... Error #793

Closed mementomoriCarpediem closed 3 months ago

mementomoriCarpediem commented 3 months ago

i set up with nestJS. it seems to work properly but i got error like below.

do i need to set up something else?

{"response":{"message":"Cannot GET /queues/static/locales/ko-KR/messages.json","error":"Not Found","statusCode":404},"status":404,"options":{},"message":"Cannot GET /queues/static/locales/ko-KR/messages.json","name":"NotFoundException"}

felixmosh commented 3 months ago

Looks like it tries to load a korean translation... but we don't have one yet :] https://github.com/felixmosh/bull-board/tree/master/packages/ui/src/static/locales image

It should to fallback to english, is that worked?

mementomoriCarpediem commented 3 months ago

i figured it out. it is working now. Thanks

truongduchuy910 commented 3 months ago

Thanks a lot, can I contribute a translation?

felixmosh commented 3 months ago

@truongduchuy910 sure :]