Created
May 5, 2024 13:18
-
-
Save stefanpejcic/83a402dda7bfcb1757616dfd4e0c6dab to your computer and use it in GitHub Desktop.
Install FR locale for OpenPanel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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