MassiveCraft / Factions

https://www.massivecraft.com/factions
245 stars 590 forks source link

About localization #1032

Open ghost opened 8 years ago

ghost commented 8 years ago

What's the best way to translate the whole plugin to other languages? I am interested in translating it completely to spanish. Are there specific files for the strings? Should I fork the plugin to translate it? Has anyone tried to translate it before?

Thanks in advance.

ulumulu1510 commented 8 years ago

There are no language files for Factions or MassiveCore.

To translate everything to spanish you would need to translate both MassiveCore and Factions. There are two ways to do this:

There are people who have forked it already and translated it, yet I do not remember their names.

Please consider the second option, it would benefit the community greatly and take care of a task we simply don't have time to code ourselfs.

ghost commented 8 years ago

I agree that creating localization files would be the best in the longrun, but as I am a Java beginner, I don't know which is the best form to do it (Maybe the simplest is Java ResourceBundle?).

It is not the same to write some crappy code or "fix" for a server than for a public repository where thousands of people download it.

ulumulu1510 commented 8 years ago

Even as a beginner it should be made clear that a "fix" is not a "solution".

If you are willing to work with us, I would be able to help you with the format and techniques unknown to you. Do not worry about the best way to store such a file (I would take care of that) as our data storage system is easy to use.

ghost commented 8 years ago

Ok, I will try my best.