aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* TODOs.md: #task-ce5cd33e-b3a1-1606-0d78-0d9586b07529 -> ↵EuAndreh2021-07-131-33/+33
| | | | #decision-ce5cd33e-b3a1-1606-0d78-0d9586b07529
* TODOs.md: Mark #task-ce5cd33e-b3a1-1606-0d78-0d9586b07529 as DONEEuAndreh2021-07-131-1/+13
|
* TODOs.md: Add progree report to #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586EuAndreh2021-07-131-0/+3
|
* po/LC_MESSAGES/CHANGELOG.en.md/: Translate CHANGELOG.mdEuAndreh2021-07-133-48/+138
| | | | Part of #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586.
* TODOs.md: Mark #task-37fb45fb-d5d8-5511-2bd3-ebd2c3fee891 as DONEEuAndreh2021-07-131-1/+5
|
* aux/workflow/l10n.sh: Touch $pofile before generating itEuAndreh2021-07-131-0/+1
| | | | | For some reason, sometimes it doesn't generate the file if it doesnt already exist.
* aux/workflow/l10n.sh: Fix --include-codeblocks argument to md2poEuAndreh2021-07-131-1/+1
|
* mv po/* po/LC_MESSAGES/EuAndreh2021-07-1310-1/+1
|
* README.md: Remove "released in" text from the releases list, adjust in ↵EuAndreh2021-07-138-6/+564
| | | | aux/workflow/assert-readme.sh
* README.md: Tweak wordingEuAndreh2021-07-131-2/+2
|
* CHANGELOG.md: Add links to translated versionsEuAndreh2021-07-131-0/+7
|
* README.md: Add link to translated READMEsEuAndreh2021-07-131-4/+10
|
* README.md: Add mdpo to the list of development toolsEuAndreh2021-07-131-1/+2
|
* README.md: Unclutter installation instructions with PREFIX, add "make check"EuAndreh2021-07-131-2/+3
|
* README.md: Add "make check" to the list of installation stepsEuAndreh2021-07-131-0/+1
|
* Makefile: Add clear dependencies to "l10n-gen" and "public" targetsEuAndreh2021-07-131-2/+2
|
* .gitignore: Remove specific prefix path for gettext tmpfilesEuAndreh2021-07-131-2/+2
|
* TODOs.md: Add #task-37fb45fb-d5d8-5511-2bd3-ebd2c3fee891EuAndreh2021-07-131-0/+3
|
* TODOs.md: Add #task-539a1902-ed41-fc93-806a-088b6caf8134EuAndreh2021-07-101-0/+3
|
* git mv doc/spelling/ po/EuAndreh2021-07-086-4/+4
|
* TODOs.md: Mark #task-0b034315-cbd2-6fd6-fd32-9e00a12b7594 as DONEEuAndreh2021-07-071-1/+5
|
* aux/workflow/installcheck.sh: Add, call it from MakefileEuAndreh2021-07-072-0/+67
| | | | Implements #task-0b034315-cbd2-6fd6-fd32-9e00a12b7594.
* Put pofiles under po/, use one folder for each translated file.EuAndreh2021-07-0713-19/+719
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an improvement over 67f7c956239a7bc811a1d655d389666048e45fc3, and a final step for #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586. Now instead of trying to convince po4a and mdpo to work together, each tools gets it own folder and a pofile for each language. This means that if I want to translate files FOO.md and a-dir/BAR.txt to pt and fr, the directory structure of po/ will be: po/ FOO.md/ pt.po fr.po a-dir/ BAR.txt/ pt.po fr.po The po/ folder mirrors the directory structure of the input files, also nesting down directories. This way mdpo can do extration and update on its own way, and po4a can do extraction and update on its on way. The downside is that some translations will be duplicated, because they can appear on more than one file.
* TODOs.md: Add #task-0b034315-cbd2-6fd6-fd32-9e00a12b7594EuAndreh2021-07-071-0/+3
|
* TODOs.md: Add #task-f65531fa-e44b-14b1-fa32-70a22346e060EuAndreh2021-07-071-0/+11
|
* TODOs.md: Add #task-b4d3eb41-64f4-9882-e03b-ab76af4dbd00EuAndreh2021-07-061-0/+16
|
* TODOs.md: Add #task-55fe6623-2bfc-49dd-061c-3899ae2b1c68EuAndreh2021-07-061-0/+12
|
* TODOs.md: Add #task-ce5cd33e-b3a1-1606-0d78-0d9586b07529EuAndreh2021-07-061-0/+21
|
* Translate CHANGELOG.md adn README.mdEuAndreh2021-07-068-37/+67
| | | | | | | | | Partially implements #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586. As mentioned in the task, instead of making "README.md" as symlink to "README.en.md", "README.md" is kept as it is, as the translated file doesn't need to live in the repository. The same goes for the "CHANGELOG.md" file.
* TODOs.md: Mark #task-d6f1ddb3-2111-bcdb-1873-0a414a5f7157 as CANCELLEDEuAndreh2021-06-271-1/+6
|
* git mv aux/tests-lib.sh tests/EuAndreh2021-06-274-3/+3
|
* TODOs.md: Add #task-d6f1ddb3-2111-bcdb-1873-0a414a5f7157EuAndreh2021-06-271-0/+3
|
* src/git-permalink.in: Return 2 on unrecognized CLI optionEuAndreh2021-06-273-4/+12
|
* src/git-permalink.in: Fix ShellCheck offense, remove disableEuAndreh2021-06-271-2/+1
|
* Makefile: Don't use $(NAME) for the file nameEuAndreh2021-06-261-1/+1
|
* aux/guix/manifest.scm: Reorder hunspell, group it with basic packagesEuAndreh2021-06-261-3/+3
|
* TODOs.md: spellcheckEuAndreh2021-06-262-4/+6
|
* aux/workflow/*: Don't inherit global PROJECT_UCEuAndreh2021-06-264-0/+4
|
* aux/workflow/sign-tarballs.sh: Use getopts for argumentsEuAndreh2021-06-262-2/+22
|
* aux/ci/report.sh: Use getopts for argumentsEuAndreh2021-06-263-4/+26
|
* aux/workflow/commonmark.sh: Use getopts for argumentsEuAndreh2021-06-262-16/+48
|
* TODOs.md: Add #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586EuAndreh2021-06-261-0/+23
|
* aux/workflow/TODOs.sh: Use getopts for argumentsEuAndreh2021-06-262-5/+36
|
* aux/workflow/public.sh: Use getopts for argumentsEuAndreh2021-06-262-5/+36
|
* aux/workflow/dist.sh: Use getopts for argumentsEuAndreh2021-06-262-8/+42
|
* aux/workflow/assert-manpages.sh: Use getopts for argumentsEuAndreh2021-06-262-7/+20
|
* aux/workflow/assert-readme.sh: Use getopts for argumentsEuAndreh2021-06-262-5/+25
|
* aux/workflow/assert-spelling.sh: Define assert_arg anywayEuAndreh2021-06-261-4/+8
|
* aux/workflow/assert-changelog.sh: Use getopts for arugmentsEuAndreh2021-06-262-5/+28
|
* aux/workflow/manpages.sh: s/assert/assert_arg/EuAndreh2021-06-261-6/+6
|