I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 98ec943d authored by str4d's avatar str4d
Browse files

Add override for etc/translation.vars

parent f5866766
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,12 @@ If you want to mirror the I2P website, thanks! Here is a checklist:
(look in `etc/update.vars` for the filename, your webserver should restart
WSGI when the timestamp of this file changes).
## Configuration
Configuration files for the various scripts are in `etc/`. Environment variables
in `etc/translation.vars` can be overridden by creating the file
`etc/translation.vars.custom` and re-defining the environment variables there.
## Updating translations
1. Pull new and updated translations from Transifex:
......
#!/bin/sh
. ./etc/translation.vars
[ -f ./etc/translation.vars.custom ] && . ./etc/translation.vars.custom
export TZ=UTC
......
#!/bin/sh
. ./etc/translation.vars
[ -f ./etc/translation.vars.custom ] && . ./etc/translation.vars.custom
export TZ=UTC
......
#!/bin/sh
. ./etc/translation.vars
[ -f ./etc/translation.vars.custom ] && . ./etc/translation.vars.custom
export TZ=UTC
......
#!/bin/sh
. ./etc/translation.vars
[ -f ./etc/translation.vars.custom ] && . ./etc/translation.vars.custom
export TZ=UTC
if [ $# -ge 1 ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment