DJ2LS

Results 239 comments of DJ2LS

As already partially discussed on discord, there seems to be i18next which might has support for po files - maybe just as a plugin. But I try to avoid using...

So question is - can we use i18next or another i18 package for doing this easily out of the box

doing some research, it seems, that some of the Gettext libraries are outdated. This library https://www.npmjs.com/package/gettext-parser is doing all we need it seems - converting Gettext to json. It seems,...

I meanwhile also see the benefits of Gettext files. Thanks for mentioning, @petrkr

Well, the po convertion really bloats code it seems. Most easy and simple is still using json.

using the tool `i18next-conv` seems to help here. `i18next-conv -l de -s de_Deutsch.json -t de_Deutsch.po ` converts to po file from json and back via `i18next-conv -l de -s de_Deutsch.po...

We should use nested keys: `{ "settings": { "audio": { "quality": "Audioqualität" } } }` `{{ t('settings.audio.quality') }}`

Devices: - [ ] QMX+ - [ ] IC7300 - [ ] IC705 - [ ] TS480 - [ ] X90

Maybe this could be done automatically via GitHub action Von meinem iPhone gesendetAm 25.09.2025 um 07:45 schrieb Kai Günter Brandt ***@***.***>:LA3QMA created an issue (DJ2LS/FreeDATA#1013) Problem Description Now you have...