qrbtf
qrbtf copied to clipboard
base for translating the webapp
i would like to translate (to english) in my free time, for now i made a base for this, using https://lingui.dev/tutorials/react
anyone is free to translate more (obviously) all you need to do is wrap any text you want to translate with <Trans>
then run npm run extract
then go to the messages.po file in locales and add to msgstr the translation
then run npm run compile