aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-24 21:00:59 -0300
committerEuAndreh <eu@euandre.org>2021-06-25 11:56:53 -0300
commit479ef66b1205fab66fa0d46782b5d81748104a58 (patch)
treebe7fd0971abacbe58cb763abf16a084849a0b097
parentaux/assert-shellcheck.sh: Remove "set -x" option (diff)
downloadgit-permalink-479ef66b1205fab66fa0d46782b5d81748104a58.tar.gz
git-permalink-479ef66b1205fab66fa0d46782b5d81748104a58.tar.xz
git mv po/ doc/po/
Diffstat (limited to '')
-rw-r--r--.gitignore4
-rwxr-xr-xaux/workflow/l10n.sh4
-rw-r--r--doc/po/eo.po (renamed from po/eo.po)0
-rw-r--r--doc/po/fr.po (renamed from po/fr.po)0
-rw-r--r--doc/po/pt.po (renamed from po/pt.po)0
5 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index b75107f..a5eaf77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
/public/
/src/git-permalink.sh
-/po/*.mo
-/po/*.po~
+/doc/po/*.mo
+/doc/po/*.po~
/tests/remotes/
/tests/prefix/
/doc/*.1
diff --git a/aux/workflow/l10n.sh b/aux/workflow/l10n.sh
index 207237d..eb6db07 100755
--- a/aux/workflow/l10n.sh
+++ b/aux/workflow/l10n.sh
@@ -25,8 +25,8 @@ manpage() {
printf 'Generating %s...\n' "$to_f"
OUT="$(mktemp)"
- po4a-updatepo -f man -m "$from_f" -p "po/$l.po"
- po4a-translate -f man -m "$from_f" -p "po/$l.po" -l "$to_f" -k 0 -v 2>&1 | tee "$OUT" >&2
+ po4a-updatepo -f man -m "$from_f" -p "doc/po/$l.po"
+ po4a-translate -f man -m "$from_f" -p "doc/po/$l.po" -l "$to_f" -k 0 -v 2>&1 | tee "$OUT" >&2
if ! grep -qF ' is 100% translated (' "$OUT"; then
printf '\n\tWARNING!\n Missing translations for %s\n\n' "$to_f" >&2
diff --git a/po/eo.po b/doc/po/eo.po
index c87e854..c87e854 100644
--- a/po/eo.po
+++ b/doc/po/eo.po
diff --git a/po/fr.po b/doc/po/fr.po
index 0eda483..0eda483 100644
--- a/po/fr.po
+++ b/doc/po/fr.po
diff --git a/po/pt.po b/doc/po/pt.po
index e8fe3f3..e8fe3f3 100644
--- a/po/pt.po
+++ b/doc/po/pt.po