zing
zing copied to clipboard
Translation server for continuous localization.
``` python manage.py build_assets [...] Traceback (most recent call last): File "/usr/share/nodejs/node-gyp/gyp/gyp_main.py", line 6, in from pkg_resources import load_entry_point File "/home/user/zing-env/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3252, in def _initialize_master_working_set(): File "/home/user/zing-env/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3235,...
I having issues building within docker container using pythons 3.7 alpine image. ``` Traceback (most recent call last): File "/usr/local/bin/zing", line 5, in from pootle.runner import main File "/usr/local/lib/python3.7/site-packages/pootle/runner.py", line...
We want to allow easy installation via Docker. This would also mean Docker becomes the sole officially-supported way to install Zing.
Testing on Ubuntu 20.04, `pip install https://github.com/evernote/zing/archive/v0.9.3.zip` succeeds, but when I run `zing --version` it gives: ``` Traceback (most recent call last): File "/home/test/test/.venv/bin/zing", line 5, in from pootle.runner import...
Right now we visualize a bunch of special symbols, especially the ones that denote line breaks and whitespace, but it turns out the U+2028 symbol stays completely invisible in the...
It looks like from time to time duplicate submissions are slipping in the DB. The logs show for example the following: ``` [10/Apr/2017 02:50:43] SC 18.0 TA # NS=18 S=0...
When the rendered string is empty, let's provide a different message, e.g. "_Empty string rendered_", rather than saying "_Please enter placeholder _" ([see the screenshot](https://user-images.githubusercontent.com/1728158/80251149-fd51d080-8629-11ea-86d6-ed2bb63d1ef6.png))
Soon (in a PR) Zing will handle {FOO} type placeholders through plurr. Currently there is no support for {} which is an empty placeholder. We need to define an code...
In the projects admin page (/admin/projects/), editing an existing project will fail validation for the source language field, because the data provided there fails validation. It turns out the source...
We are using React 0.14.x (still on the old version nomenclature!), and it has become increasingly difficult to get back to develop frontend stuff when devtools support etc. doesn't exist...