thomas-cardon / manaflux

The app needs a rewrite. It might not work anymore. An assistant that can choose your runes, summoner spells, and item sets for League of Legends.
https://ryzzzen.github.io/manaflux/
Creative Commons Zero v1.0 Universal
57 stars 9 forks source link

Languages need to be updated #43

Closed thomas-cardon closed 6 years ago

thomas-cardon commented 6 years ago

Hello everyone, I have just merged the rework branch into the master branch, since we're pretty close to a stable release. However if someone has time, all languages need to be updated (except english).

Languages that need an update

Languages added

Languages updated

Note: It might be easier to just copy&paste the english file and then edit the values, since I also changed, added and removed a lot of keys.

@kko7 gave me this software, called i18n-manager, that might help you.

The languages folder is here.

LorisSecuro commented 6 years ago

I could add the Italian translation if you are interested.

thomas-cardon commented 6 years ago

That's actually a good idea! If you have time, you simply have to create a it.json with the same keys as in english.json, and change the values. You can either upload it here, and I'll make a commit in the master branch, or you can clone and make a pull request.

iSytrus commented 6 years ago

Hi. I just finished russian translation. Please add it if you don't mind. There might be a few mistakes, but I will fix them later if I find out how to do that :D ru.zip

thomas-cardon commented 6 years ago

Hi. I just finished russian translation. Please add it if you don't mind. There might be a few mistakes, but I will fix them later if I find out how to do that :D ru.zip

Thanks for your help! It'll be available for the next pre-release (v1.9.5)

thomas-cardon commented 6 years ago

I've added a tool inside Manaflux to help you find unused or missing lines for any language you want. It looks like this: Manaflux language testing tool

I'm still trying to see if there's something good online that could help you to get better translations and faster, like Crowdin for example. Problem is, that I can't make Crowdin compatible with Electron for some reasons.