source: msgcmp.sh@ 599:2f719a01af01

Last change on this file since 599:2f719a01af01 was 277:33fbad0ca891, checked in by István Váradi <ivaradi@…>, 12 years ago

Added popup menu to the list of flights

  • Property exe set to *
File size: 197 bytes
Line 
1#!/bin/sh
2
3set -e -u
4
5scriptdir=`dirname $0`
6
7language="${1:-}"
8if test -z "${language}"; then
9 language="hu"
10fi
11
12msgcmp "${scriptdir}/locale/en/mlx.po" "${scriptdir}/locale/${language}/mlx.po"
Note: See TracBrowser for help on using the repository browser.