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.
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.