From 0693cc87fad3a3d08d4d87738af410803f15b9a3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 8 Jul 2021 07:14:22 -0300 Subject: git mv doc/spelling/ po/ --- aux/workflow/assert-spelling.sh | 8 ++-- doc/spelling/en.txt | 11 ------ doc/spelling/eo.txt | 28 -------------- doc/spelling/fr.txt | 4 -- doc/spelling/international.txt | 83 ----------------------------------------- doc/spelling/pt.txt | 23 ------------ po/spelling/en.txt | 11 ++++++ po/spelling/eo.txt | 28 ++++++++++++++ po/spelling/fr.txt | 4 ++ po/spelling/international.txt | 83 +++++++++++++++++++++++++++++++++++++++++ po/spelling/pt.txt | 23 ++++++++++++ 11 files changed, 153 insertions(+), 153 deletions(-) delete mode 100644 doc/spelling/en.txt delete mode 100644 doc/spelling/eo.txt delete mode 100644 doc/spelling/fr.txt delete mode 100644 doc/spelling/international.txt delete mode 100644 doc/spelling/pt.txt create mode 100644 po/spelling/en.txt create mode 100644 po/spelling/eo.txt create mode 100644 po/spelling/fr.txt create mode 100644 po/spelling/international.txt create mode 100644 po/spelling/pt.txt diff --git a/aux/workflow/assert-spelling.sh b/aux/workflow/assert-spelling.sh index 3781454..cdc6d28 100755 --- a/aux/workflow/assert-spelling.sh +++ b/aux/workflow/assert-spelling.sh @@ -2,7 +2,7 @@ set -eu sort_dicts() { - for f in doc/spelling/*.txt; do + for f in po/spelling/*.txt; do if ! LANG=POSIX sort "$f" | diff - "$f"; then if [ "$IN_PLACE" = true ]; then OUT="$(mktemp)" @@ -44,8 +44,8 @@ assert_arg() { assert_arg "${LANGS:-}" '-l LANGS' -mkdir -p doc/spelling -eval "touch doc/spelling/{international,$(echo "$LANGS" | tr ' ' ,)}.txt" +mkdir -p po/spelling +eval "touch po/spelling/{international,$(echo "$LANGS" | tr ' ' ,)}.txt" get_lang() { grep lang=.. "$1" | \ @@ -61,7 +61,7 @@ ACC="$(mktemp)" for f in "$@"; do l="$(get_lang "$f")" CURR_DICT="$(mktemp)" - cat doc/spelling/international.txt "doc/spelling/$l.txt" | sort | uniq > "$CURR_DICT" + cat po/spelling/international.txt "po/spelling/$l.txt" | sort | uniq > "$CURR_DICT" hunspell -u3 -H -d "$l" -p "$CURR_DICT" "$f" | tee -a "$ACC" >&2 done diff --git a/doc/spelling/en.txt b/doc/spelling/en.txt deleted file mode 100644 index 6ae5fe0..0000000 --- a/doc/spelling/en.txt +++ /dev/null @@ -1,11 +0,0 @@ -CANCELLED -Changelog -LINENO -Você -colours -commited -didn -doesn -isn -sig -ve diff --git a/doc/spelling/eo.txt b/doc/spelling/eo.txt deleted file mode 100644 index a427747..0000000 --- a/doc/spelling/eo.txt +++ /dev/null @@ -1,28 +0,0 @@ -- --a --da --dfa -Defaŭlte -ELIRKODOJ -Git -Git-etendo -LINIONO -a -ad- -add -b -c -commit -fold -git -helpmesaĝon -id -kernel -kontribuuloj -org -origin -p -packages -remote -task -task-cebc diff --git a/doc/spelling/fr.txt b/doc/spelling/fr.txt deleted file mode 100644 index e4534cf..0000000 --- a/doc/spelling/fr.txt +++ /dev/null @@ -1,4 +0,0 @@ -- -LINENO -listede -unicité diff --git a/doc/spelling/international.txt b/doc/spelling/international.txt deleted file mode 100644 index da6dd70..0000000 --- a/doc/spelling/international.txt +++ /dev/null @@ -1,83 +0,0 @@ ---help ---version --V --h --p -AGPL -Affero -CGit -Changelog -EuAndreh -HEAD -Makefile -POSIX -README -STDOUT -ShellCheck -TAOUP -TODO -TODOs -UTF -Você -Vous -add.c -ankaŭ -app -aussi -bitbucket -cgit -changelog -clojure -codeberg -config -dfa5 -eo -escrever -esperante -euandreh -fold.c -français -gettext -git-config -git-permalink -git-permalink.template-commit-file -git-permalink.template-file-commit -git.euandreh.xyz -git.kernel.org -github -gitlab -groff -gz -i18n -manpage -manpages -md -nongnu -notabug -pagure -pandoc -permalink -permalinks -po4a -pode -português -pouvez -povas -remote.origin.url -savannah -scm -skribi -sourcehut -src -symlink -também -task-cebc5298-17ad-5c60-dfa5-a25b66433a3a -template-commit-file -template-file-commit -url -v0 -v3 -xdg -xdg-open -xyz -écrire diff --git a/doc/spelling/pt.txt b/doc/spelling/pt.txt deleted file mode 100644 index 34deecf..0000000 --- a/doc/spelling/pt.txt +++ /dev/null @@ -1,23 +0,0 @@ -BUGS -GIT -Git -NOLINHA -OP -abrí -add -bugs -cebc -commit -dfa -fold -git -help -kernel -open -org -origin -packages -remote -task -template -version diff --git a/po/spelling/en.txt b/po/spelling/en.txt new file mode 100644 index 0000000..6ae5fe0 --- /dev/null +++ b/po/spelling/en.txt @@ -0,0 +1,11 @@ +CANCELLED +Changelog +LINENO +Você +colours +commited +didn +doesn +isn +sig +ve diff --git a/po/spelling/eo.txt b/po/spelling/eo.txt new file mode 100644 index 0000000..a427747 --- /dev/null +++ b/po/spelling/eo.txt @@ -0,0 +1,28 @@ +- +-a +-da +-dfa +Defaŭlte +ELIRKODOJ +Git +Git-etendo +LINIONO +a +ad- +add +b +c +commit +fold +git +helpmesaĝon +id +kernel +kontribuuloj +org +origin +p +packages +remote +task +task-cebc diff --git a/po/spelling/fr.txt b/po/spelling/fr.txt new file mode 100644 index 0000000..e4534cf --- /dev/null +++ b/po/spelling/fr.txt @@ -0,0 +1,4 @@ +- +LINENO +listede +unicité diff --git a/po/spelling/international.txt b/po/spelling/international.txt new file mode 100644 index 0000000..da6dd70 --- /dev/null +++ b/po/spelling/international.txt @@ -0,0 +1,83 @@ +--help +--version +-V +-h +-p +AGPL +Affero +CGit +Changelog +EuAndreh +HEAD +Makefile +POSIX +README +STDOUT +ShellCheck +TAOUP +TODO +TODOs +UTF +Você +Vous +add.c +ankaŭ +app +aussi +bitbucket +cgit +changelog +clojure +codeberg +config +dfa5 +eo +escrever +esperante +euandreh +fold.c +français +gettext +git-config +git-permalink +git-permalink.template-commit-file +git-permalink.template-file-commit +git.euandreh.xyz +git.kernel.org +github +gitlab +groff +gz +i18n +manpage +manpages +md +nongnu +notabug +pagure +pandoc +permalink +permalinks +po4a +pode +português +pouvez +povas +remote.origin.url +savannah +scm +skribi +sourcehut +src +symlink +também +task-cebc5298-17ad-5c60-dfa5-a25b66433a3a +template-commit-file +template-file-commit +url +v0 +v3 +xdg +xdg-open +xyz +écrire diff --git a/po/spelling/pt.txt b/po/spelling/pt.txt new file mode 100644 index 0000000..34deecf --- /dev/null +++ b/po/spelling/pt.txt @@ -0,0 +1,23 @@ +BUGS +GIT +Git +NOLINHA +OP +abrí +add +bugs +cebc +commit +dfa +fold +git +help +kernel +open +org +origin +packages +remote +task +template +version -- cgit v1.2.3