diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-10 20:23:22 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-10 20:23:22 +0200 |
commit | 3bbb659980b4160055df03355d7a933ba211d0df (patch) | |
tree | c00625c5b69db77a3dec771f07871b030bfec5ae /lib.m4 | |
parent | 2ebbe2e33234c25dc03c24a5f95c84fa3f52bcdf (diff) |
Add country name translations
Diffstat (limited to 'lib.m4')
-rw-r--r-- | lib.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,7 @@ m4_define(__ifextra, [ ]) m4_dnl Execute the script ‘$1’ in the ‘scripts/’ directory -m4_define(__esyscmd, [m4_esyscmd([scripts/$1])]) +m4_define(__esyscmd, [m4_esyscmd([scripts/$*])]) m4_dnl Include the file ‘$1’ in the ‘src/’ directory, while also keeping track m4_dnl of who called ‘__include’. This is required sometimes when expanding @@ -58,3 +58,5 @@ m4_define(__entry, [ } } ]) + +m4_define(__tr, [__esyscmd(tr "$*")])
\ No newline at end of file |