X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config.py.example;h=56ce4bc6c275e21445c0f4bb3b31d1e5f8e83458;hb=7102b6e5ec7d3ef39627106f273ddc3ae2fa705d;hp=83cb5fb83a499aa7a98ca328062b4d291aa8aa88;hpb=4af338e33108c609381f4c60b6cc12b50da7f107;p=motion.git diff --git a/config.py.example b/config.py.example index 83cb5fb..56ce4bc 100644 --- a/config.py.example +++ b/config.py.example @@ -18,3 +18,8 @@ MAX_PROXY=2 # user is allowed to hold up to MAX_PROXY votes DURATION={'hostname':[3, 7, 14]} # duration period for motions #DEBUGUSER={'hostname':'username/create:* vote:*'} # remove # at beginning of line to use local debuguser + +LANGUAGES = { + 'en': 'English', + 'de': 'Deutsch' +}