cGit-UI for Git Repositories

cGit-UI – is a web interface for Git Repositories. cGit CGI script is writen in C and therefore it's fast enough

12 Commits   0 Branches   1 Tag
Index: merge-ru_RU.utf8-messages
===================================================================
--- merge-ru_RU.utf8-messages	(nonexistent)
+++ merge-ru_RU.utf8-messages	(revision 5)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+CWD=`pwd`
+
+SCRIPT_DIR=`cd $(dirname ${BASH_SOURCE[0]}) >/dev/null 2>&1 && pwd`
+program=`basename $0`
+
+cd ${SCRIPT_DIR}/../po
+
+POFILE=ru_RU.utf8.po
+POTFILE=cgit-ui.pot
+
+msgmerge --update --no-wrap --sort-output --backup=simple ${POFILE} ${POTFILE}

Property changes on: merge-ru_RU.utf8-messages
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property