• exec/load/gettext.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Oct 14 19:16:10 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/ef71a44d2d6c4033b48d8846
    Modified Files:
    exec/load/gettext.js
    Log Message:
    Add optional friendly-key name argument, pull text from [scriptname.js]

    Not all strings make good key names (e.g. those with control characters),
    so allow an additional, optional argument to gettext() that allows for
    more friendly key names to be used to specify/look-up (some) text strings.

    Also, in addition to the global [js] section for these text values, look (first) in [scriptfilename.js] - this allows more customization on a
    per-script basis (e.g. [default.js] can be used to override strings used
    in the Synchronet Classic command shell (default.js) but would not effect if/when those same strings are used in other scripts/shells.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Tue Feb 11 18:44:41 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/eca397380e8dba5756bb0113
    Modified Files:
    exec/load/gettext.js
    Log Message:
    Convert charset to lowercase, don't depend on file_getcase() to fix

    ... cause it won't (fix directory case in path).

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