Skip to content

Instantly share code, notes, and snippets.

@stefanpejcic
Created May 5, 2024 13:18
Show Gist options
  • Save stefanpejcic/83a402dda7bfcb1757616dfd4e0c6dab to your computer and use it in GitHub Desktop.
Save stefanpejcic/83a402dda7bfcb1757616dfd4e0c6dab to your computer and use it in GitHub Desktop.
Install FR locale for OpenPanel
#!/bin/bash
###
#
# install and enable fr locale for openpanel
#
###
cd /usr/local/panel && pybabel init -i messages.pot -d translations -l fr
wget -O /usr/local/panel/translations/fr/LC_MESSAGES/messages.po https://raw.githubusercontent.com/stefanpejcic/openpanel-translations/main/fr-fr/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