Add gettext package to the Bitpoll environment for internationalization support
This commit is contained in:
parent
1577416ba8
commit
d6d630dd30
1 changed files with 4 additions and 0 deletions
|
@ -461,6 +461,10 @@
|
||||||
BITPOLL_SECRET_KEY_FILE = cfg.secretKeyFile;
|
BITPOLL_SECRET_KEY_FILE = cfg.secretKeyFile;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
path = [
|
||||||
|
pkgs.gettext
|
||||||
|
];
|
||||||
|
|
||||||
preStart = ''
|
preStart = ''
|
||||||
# Ensure data directory exists and has correct permissions
|
# Ensure data directory exists and has correct permissions
|
||||||
mkdir -p ${cfg.dataDir}/{static,media}
|
mkdir -p ${cfg.dataDir}/{static,media}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue