-
**Describe the bug**
After an entry has been already translated (even if it's already marked as "Need editing"), if the translation is modified and the user keeps the "Need editing" checked, it will …
-
**What did you want to do?**
One of CI jobs for [Weblate](https://github.com/WeblateOrg/weblate/) is to install minimal versions of dependencies. We use [requirements-builder](https://pypi.org/…
nijel updated
3 years ago
-
**Describe the bug**
We occasionally observe a 500 error when creating a new translation against a component. This is found to be the case both via the UI and the API. This tends to only happen whe…
-
**Describe the bug**
The custom language `zh_CN` disappears when uploading again the source file with a replacing mechanism.
**To Reproduce the bug**
Steps to reproduce the behavior:
0. Ma…
-
**Problem Description**
We use the docker image `ocrd/all:minimum` for testing purposes. We are running the [ocrd process example from the documentation](https://ocr-d.de/en/user_guide#calling-severa…
-
### Environment
* **Version**: included in Docker Image `ocrd/all` from 2020-08-04 (docker image id: 158ea3d64eae)
### Current Behavior:
When executing something like: `docker run --rm -u "40366"…
-
I checkout this project and run the test_api.py.
All tests that have test_image* failure
```
tesserocr/tests/test_api.py", line 70, in test_image_file
self._api.SetImageFile(self._image_fi…
-
**Describe the bug**
Fedora messages are not being generated for plural string updates.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Project' -> 'Component' -> 'Source-Lang…
-
**Describe the bug**
Hi!
For phrases that have the same msgid with different msgctxt in the PO file (monolingual) I get an alert "The component contains several duplicated translation strings."
…
-
e.g.
```yaml
{
output_file_grp: "OCR-D-IMG-BIN",
}
```
but in processor's `process` method:
```python
print(self.output_file_grp)
```
prints `OUTPUT` not `OCR-D-IMG-BIN`.