Skip to content

Instantly share code, notes, and snippets.

@stefanpejcic
Created March 1, 2024 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanpejcic/ab6fadb26c412cf10c39a7a716f07a92 to your computer and use it in GitHub Desktop.
Save stefanpejcic/ab6fadb26c412cf10c39a7a716f07a92 to your computer and use it in GitHub Desktop.
#!/bin/bash
###
#
# install and enable de locale for openpanel
#
###
cd /usr/local/panel && pybabel init -i messages.pot -d translations -l de
wget -O /usr/local/panel/translations/de/LC_MESSAGES/messages.po https://raw.githubusercontent.com/stefanpejcic/openpanel-translations/main/de-de/messages.pot
pybabel compile -d translations
service panel reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment