(define-module (msg hconfig) #:use-module (srfi srfi-26) #:export (%version %author %license %copyright %gettext-domain G_ N_ init-nls init-locale)) (define %version "0.1") (define %author "Chad Nelson") (define %license 'gpl3+) (define %copyright '(2023))