badconker / ctrl-w

Userscript pour le jeu web Mush (mush.vg)
MIT License
12 stars 20 forks source link

Change to gettext? #5

Closed mjohnson9 closed 10 years ago

mjohnson9 commented 10 years ago

May I suggest a change to gettext for translations? It would simplify the process of translating greatly by removing the need to add a variable for every single translation.

An explanation of using gettext in JavaScript can be found here.

Documentation for the gettext library can be found here.

This would invalidate #4.