source: msgcmp.sh@ 277:33fbad0ca891

Last change on this file since 277:33fbad0ca891 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.