Hello AUR users & devs, We've got a large amount of translation updates incoming from Transifex, and we really need to get these reviewed as much as we can before merging into the devel branch. Almost every language has updates. The proposed translation updates can be seen and reviewed in their relevent merge requests, located in https://gitlab.archlinux.org/archlinux/aurweb/-/merge_requests Each MR is titled "Update {domain} translations" If you wish to test these on a live website, you'll need `docker` and `docker-compose` packages. Checkout to and pull the `update-{domain}` branch on kevr's fork at https://gitlab.archlinux.org/kevr/aurweb, then run the following in the repository: $ docker-compose build $ docker-compose up -d nginx When the `nginx` service is up, you can browse to https://localhost:8444, change the language to your target, and check it out. Each translation string has a comment with the filename of the originator of the string; this can be used to deduce the route where the translation is used, and the msgid can be used to figure out where in the route it should translate. Thanks for reading, we really appreciate any help that you guys give to us <3 Regards, Kevin -- Kevin Morris Software Developer Identities: - kevr @ Libera
Oops, sorry: If you have just installed docker, you'll need to run the following to start the docker service: # systemctl start docker -- Kevin Morris Software Developer Identities: - kevr @ Libera
Hey, Can I use this Docker to test the translation and some CSS changes? (Hebrew, Arabic, Farsi, Urdu, etc. are written from Right-To-Left so there are some style changes needed to display the translations correctly). Yaron Shahrabani <DevOps - Hebrew translator> On Sat, Dec 4, 2021 at 9:13 AM Kevin Morris via aur-dev < aur-dev@lists.archlinux.org> wrote:
Oops, sorry:
If you have just installed docker, you'll need to run the following to start the docker service:
# systemctl start docker
-- Kevin Morris Software Developer
Identities: - kevr @ Libera
participants (2)
-
Kevin Morris
-
Yaron Shahrabani