• gettext() fails when running from command line

    From Nigel Reed@VERT to GitLab issue in main/sbbs on Sat Feb 14 20:12:43 2026
    open https://gitlab.synchro.net/main/sbbs/-/issues/1070

    It looks like gettext.js has a dependency on console, I assume to get a users language or whatever. This means you cannot run a script that uses gettext from the command line.

    I couple of ideas to resolve.

    1. if console is not available, just return the string "as is"
    2. Allow the sysop to set a default language that gettext will use
    3. if console is not available then read the language from the sysop use and use that

    I can do a work around shim for gettext within my scripts but it seems like it would be better to solve this within gettext.js itself.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Sat Feb 14 22:58:04 2026
    https://gitlab.synchro.net/main/sbbs/-/issues/1070#note_8298

    Fixed

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab issue in main/sbbs on Sat Feb 14 22:58:07 2026
    close https://gitlab.synchro.net/main/sbbs/-/issues/1070

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nigel Reed@VERT to GitLab note in main/sbbs on Sun Feb 15 00:04:05 2026
    https://gitlab.synchro.net/main/sbbs/-/issues/1070#note_8303

    Works perfect. Thank you.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net