diff options
author | EuAndreh <eu@euandre.org> | 2023-04-05 16:14:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-05 16:14:00 -0300 |
commit | 24e24b49fb6375189cfa527a113eb965087a293a (patch) | |
tree | fc75f8267a22f6473432ee6b07c4013561c303dc /v2/aux/po4a-cfg.sh | |
parent | v2: Recove h[2-6] anchor link and icon (diff) | |
download | euandre.org-24e24b49fb6375189cfa527a113eb965087a293a.tar.gz euandre.org-24e24b49fb6375189cfa527a113eb965087a293a.tar.xz |
v2: Support Atom feeds and collection translations
Diffstat (limited to 'v2/aux/po4a-cfg.sh')
-rwxr-xr-x | v2/aux/po4a-cfg.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/v2/aux/po4a-cfg.sh b/v2/aux/po4a-cfg.sh index b20e303..384b2fb 100755 --- a/v2/aux/po4a-cfg.sh +++ b/v2/aux/po4a-cfg.sh @@ -107,3 +107,7 @@ git ls-files | grep -F '.en.' | while read -r file; do # shellcheck disable=2016 printf '[type: %s] %s $lang:%s\n' "$TYPE" "$file" "$VAR_FILE" done + +if [ ! -t 0 ]; then + cat +fi |