Skip to content

Instantly share code, notes, and snippets.

@stefanpejcic
Created March 21, 2024 20:55
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/701fe98ab873120378f7c7de9d75e030 to your computer and use it in GitHub Desktop.
Save stefanpejcic/701fe98ab873120378f7c7de9d75e030 to your computer and use it in GitHub Desktop.
Install TR for OpenPanel 0.1.5+
#!/bin/bash
###
#
# install and enable tr locale for openpanel
#
###
cd /usr/local/panel && pybabel init -i messages.pot -d translations -l tr
wget -O /usr/local/panel/translations/tr/LC_MESSAGES/messages.po https://raw.githubusercontent.com/stefanpejcic/openpanel-translations/main/tr-tr/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