minetest-world / mtlauncher

GNU Lesser General Public License v2.1
5 stars 3 forks source link

[megaissue?] help translate mtlauncher! #26

Open recluse4615 opened 7 months ago

recluse4615 commented 7 months ago

With the work done by @Miniontoby , we can start to accept contributions for translations.

Currently, we have native support for English & Dutch (s/o Miniontoby). Ideally, we'd get some more coverage if possible.

If you're able to contribute:

(keeping everything in the dev branch as there's a looot to catch up on)

Miniontoby commented 7 months ago

Addition to the instructions:

For the language to be loaded, you need to add a line to https://github.com/minetest-world/mtlauncher/blob/dev/src/lib/i18n/index.ts

after all the register( functions, add:

register('<2 letter language code>', () => import('./locales/<2 letter language code>.json'));

Please note, this might be changed soon