Rafael Fontenelle
Rafael Fontenelle
Just to mention that Tamil team fixed the errors reported by Transifex, although I haven't checked the quality of the rest of the docs. Last time I checked, Changelog translation...
It would be nice to scriptize this, otherwise further doc removal might require more manual action.
https://readthedocs.org/api/v2/build/24311043.txt > loading translations [pt-br]... WARNING: reading error: /home/docs/checkouts/readthedocs.org/user_builds/sphinx-pt-br/checkouts/38/locale/pt-br/LC_MESSAGES/sphinx.po, expected only letters, got 'pt-br'
@AA-Turner Would you like to review this? Asking just to know if I wait or merge
Looking at the source code of time_days_quantified (key for 1 day / %d days), I see that [Converter.java](https://github.com/AntennaPod/AntennaPod/blob/59c5042a65a2ecd95316727c8a91719204ebcba0/ui/common/src/main/java/de/danoeh/antennapod/ui/common/Converter.java#L94) has a different treatment than [choose_data_directory_available_space](https://github.com/AntennaPod/AntennaPod/blob/59c5042a65a2ecd95316727c8a91719204ebcba0/ui/preferences/src/main/java/de/danoeh/antennapod/ui/preferences/screen/downloads/DataFolderAdapter.java#L32)'s. Doesn't this task require editing the...
Note: 1. GitHub Actions recognizes trailing "error" and "warning" (case insensitive) and turn them into issue annotations, without the need for a problem matcher specification file. 2. Sphinx's problem matcher...
It is actually a GitHub Actions action. You call it like: ```yml - name: Checkout the repo source code uses: actions/checkout@v4 - name: Add problem matcher: uses: rffontenelle/sphinx-lint-problem-matcher@master - name:...
Is there an interest in adding this problem-matcher action to this repository or other sphinx-related (i.e. making it official) ? Case not, I believe this issue can be closed.
Then you might want appstream validation to be lax (`validate` -> `validate-relax`), so running `meson test` in CLI or adding `run-tests: true` to flatpak/flatpak-github-actions action doesn't fail. https://github.com/vixalien/sticky/blob/74ebf8d1d92dea1509f9811d064713b1851f57ae/data/meson.build#L41
Would you be interested in this kind of annotation of appstream-util output? This is possible adding a problem-matcher rule that matches appstream-util's output. So, instead of having to enter the...