summaryrefslogtreecommitdiff
path: root/l10n/merge-ru_RU.utf8-messages
blob: 23de94151e95969bf989fada53ce09a713f253e1 (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=csvn-ui.pot

msgmerge --update --no-wrap --sort-output --backup=simple ${POFILE} ${POTFILE}