summaryrefslogtreecommitdiff
path: root/l10n/merge-ru_RU.utf8-messages
blob: dc070324be9c351c38900c7e5594493878a3536b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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}