andi34 / photobooth

A Photobooth web interface for Linux and Windows.
MIT License
72 stars 39 forks source link

[BUG]: Mistake in the German translation #451

Closed webwurm closed 2 years ago

webwurm commented 2 years ago

Describe the bug

On the admin-panel, the translation for "pre_photo_cmd" and "post_photo_cmd" are mixed up. The description is okay thow.

Steps to reproduce the behavior

Set the language to German.

Expected behavior

The translations are mixed up.

Photobooth Version

current

Browser and browser version

No response

Operating System

No response

Did it work before?

No

Latest working version

No response

Additional context

No response

andi34 commented 2 years ago

Fixed already in latest dev branch since April

https://github.com/andi34/photobooth/commit/1d4c2a9a5e6c2b084806a28968dff3fa086770c0

andi34 commented 2 years ago

Update Photobooth to latest development version via Terminal:

sudo -u www-data -s
cd /var/www/html
git fetch origin
git checkout origin/dev
git submodule update --init
yarn install
yarn build
exit
webwurm commented 2 years ago

Thanks a lot!