The branch, twofactorauth has been updated via 87a48d6179b56a29e0368816394cbfd30c10b405 (commit) from 33785581352c15249649db0721142da37274811e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: nsis_template.py | 4 ++++ 1 file changed, 4 insertions(+) The diff of changes is: diff --git a/nsis_template.py b/nsis_template.py index 89115d1..781e4ee 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -154,6 +154,10 @@ Function .onInit StrCpy $LC_MESSAGES "es" !include "nsis_include\\es.nsi" ${{Break}} + ${{Case}} 1053 + StrCpy $LC_MESSAGES "sv" + !include "nsis_include\\sv.nsi" + ${{Break}} ${{Case}} 1049 StrCpy $LC_MESSAGES "ru" !include "nsis_include\\ru.nsi" hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).