fixed issue with sed compatibility (bsd/gnu)
This commit is contained in:
parent
07e7fe1d5e
commit
49a9c81ecd
4 changed files with 54 additions and 141 deletions
|
@ -21,3 +21,13 @@
|
|||
|
||||
(define %copyright '(2023))
|
||||
|
||||
(define %gettext-domain "msg")
|
||||
|
||||
(define G_ identity)
|
||||
|
||||
(define N_ identity)
|
||||
|
||||
(define (init-nls) "Dummy as no NLS is used" #t)
|
||||
|
||||
(define (init-locale) "Dummy as no NLS is used" #t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue