You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, your plugins are great, I can't play my survival server without them anymore, they have such great utilities. Thanks.
To make InvUnload even more good, you could make "blacklist-title" (line 229) of the "config.yml" file translatable to other languages, as the other messages already are.
Pros & Cons:
Pros:
Makes the messages more internationalizable without having to change default settings. Delivering a better out of the box experience. Currently, every user can translate on their own "blacklist-title", but that way the plugin doesn't deliver a complete translation experience.
Cons:
Making "blacklist-title" translatable breaks the pattern of translated messages (because blacklist-title contains several hyphens).
Add new message to be translated into all languages.
In-game example:
Below is a in-game example on a scenario with a portuguese translation containing the inconsistency :
("Blacklist" should be "Lista Negra")
How should be:
Original line 229:
blacklist-title: "----- &cBlacklist&r -----"
Add something like #message-blacklist-title:
##### English
[...]
#message-blacklist-title: "----- &cBlacklist&r -----" #ADD TO THE ENGLISH AND OTHER LANGUAGES TRANSLATABLE STRINGS.
#message-blacklist-empty: "&7You blacklist is empty."
#message-blacklist-added: "&2Added to blacklist:&7 %s"
#message-blacklist-invalid: "&4Invalid items:&7 %s"
[...]
Conclusion:
This implementation can be easily done.
Waiting for your answer to open a pull request with a new translation! 😉
The text was updated successfully, but these errors were encountered:
I tried renaming the "blacklist-title" to "message-blacklist-title" but that didn't worked. Looks like changes on source code needs to be done.
I took a look on Messages.java file but unfortunately i don't have the java knowledge to update and build the plugin to test myself.
The easiest (and also laziest) way make it work, it's to use the actual "blacklist-title" variable.
I don't think this alternative is the best because the config option doesn't have the "message-" prefix and doesn't follow the pattern of the others blacklist messages, such as "message-blacklist-removed", "message-blacklist-invalid"...
Intro:
Hi, your plugins are great, I can't play my survival server without them anymore, they have such great utilities. Thanks.
To make InvUnload even more good, you could make "blacklist-title" (line 229) of the "config.yml" file translatable to other languages, as the other messages already are.
Pros & Cons:
Pros:
Cons:
In-game example:
Below is a in-game example on a scenario with a portuguese translation containing the inconsistency :
("Blacklist" should be "Lista Negra")
How should be:
Original line 229:
Add something like #message-blacklist-title:
Conclusion:
This implementation can be easily done.
Waiting for your answer to open a pull request with a new translation! 😉
The text was updated successfully, but these errors were encountered: