mattboy9921 / SkipNight

Allows players to vote to skip the night.
MIT License
4 stars 3 forks source link

localization problem #25

Closed Domen-1 closed 1 year ago

Domen-1 commented 1 year ago

I have translated the messages.conf into my language - Russian, saved it in UTF-8 encoding, but when I press the button during voting: да (yes) or нет (no), it says to me that the wrong command was entered. messages (1).zip

in the screenshot I clicked on the green button 2023-06-23_10 55 45

server version 1.20

Also the server gave these errors:

[06:50:48 INFO]: [SkipNight] [ACF] Enabled Asynchronous Tab Completion Support!

mattboy9921 commented 1 year ago

I will have to investigate the yes/no command further.

The server spitting those errors is related to ACF which is the command framework used with this plugin. I believe there is a fix for this as well.

mattboy9921 commented 1 year ago

I have located the issue. The code tries to use the configured word for "day" and "night" for the command structure.

mattboy9921 commented 1 year ago

This will be in the next release.

Domen-1 commented 1 year ago

i.e. do I need to replace "day" and "night" with the original words?

mattboy9921 commented 1 year ago

@Domen-1 if you are using the current release, you would have to replace those words. Once the new version is released it should not matter.

Domen-1 commented 1 year ago

ok, thanks, I'll replace these words and wait for the new release