diff options
| -rw-r--r-- | etc/po4a.cfg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/etc/po4a.cfg b/etc/po4a.cfg new file mode 100644 index 0000000..f042010 --- /dev/null +++ b/etc/po4a.cfg | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | # (setq mode-line-format '(nil)) | ||
| 2 | [options] \ | ||
| 3 | --package-name 'Martin\'s personal website' \ | ||
| 4 | --package-version "master" \ | ||
| 5 | --copyright-holder "Martin Michalec" \ | ||
| 6 | --msgid-bugs-address "martin@michalec.dev" \ | ||
| 7 | --master-charset UTF-8 \ | ||
| 8 | --localized-charset UTF-8 \ | ||
| 9 | --wrap-po newlines \ | ||
| 10 | --keep 0 | ||
| 11 | |||
| 12 | [po4a_langs] ru sk es | ||
| 13 | [po4a_paths] src/en/$master.pot $lang:src/$lang/$master.po | ||
| 14 | |||
| 15 | [po4a_alias:org] text opt:"-o nobullets -o neverwrap" | ||
| 16 | |||
| 17 | # [type:org] src/en/index.org pot_in:src/en/index-filtered.org $lang:src/$lang/index.org add_$lang:?src/$lang/index.org.add pot=index.org | ||
| 18 | [type:org] src/en/index.org $lang:src/$lang/index.org add_$lang:?src/$lang/index.org.add pot=index.org | ||
| 19 | [type:org] src/en/articles/index.org $lang:src/$lang/articles/index.org add_$lang:?src/$lang/articles/index.org.add pot=articles/index.org | ||
| 20 | [type:org] src/en/articles/gnu+linux-and-emacs-introduction/index.org $lang:src/$lang/articles/gnu+linux-and-emacs-introduction/index.org add_$lang:?src/$lang/articles/gnu+linux-and-emacs-introduction/index.org.add pot=articles/gnu+linux-and-emacs-introduction/index.org | ||
| 21 | [type:org] src/en/web-log/index.org $lang:src/$lang/web-log/index.org add_$lang:?src/$lang/web-log/index.org.add pot=web-log/index.org | ||
| 22 | [type:org] src/en/web-log/2024-08-31-test/index.org $lang:src/$lang/web-log/2024-08-31-test/index.org add_$lang:?src/$lang/web-log/2024-08-31-test/index.org.add pot=web-log/2024-08-31-test/index.org | ||
| 23 | [type:org] src/en/projects/index.org $lang:src/$lang/projects/index.org add_$lang:?src/$lang/projects/index.org.add pot=projects/index.org | ||
| 24 | [type:org] src/en/mailing-lists/index.org $lang:src/$lang/mailing-lists/index.org add_$lang:?src/$lang/mailing-lists/index.org.add pot=mailing-lists/index.org | ||
