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

3 Commits   0 Branches   1 Tag
author: kx <kx@radix.pro> 2023-03-24 03:51:10 +0300 committer: kx <kx@radix.pro> 2023-03-24 03:51:10 +0300 commit: 05d292b208dfe01324826b4c87bbc4da3389a0d5 parent: 40ab18a661ff6ada40e73969be293918d346a2f5
Commit Summary:
Version 0.1.7
Diffstat:
1 file changed, 8 insertions, 0 deletions
diff --git a/l10n/merge-ru_RU.utf8-messages b/l10n/merge-ru_RU.utf8-messages
new file mode 100755
index 0000000..dc07032
--- /dev/null
+++ b/l10n/merge-ru_RU.utf8-messages
@@ -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}