• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3#  Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
4#
5#  Distributed under the Boost Software License, Version 1.0. (See
6#  accompanying file LICENSE_1_0.txt or copy at
7#  http://www.boost.org/LICENSE_1_0.txt)
8#
9
10msgfmt --endianness=big he/LC_MESSAGES/simple.po -o he/LC_MESSAGES/simple.mo
11msgfmt he/LC_MESSAGES/default.po -o he/LC_MESSAGES/default.mo
12msgfmt he/LC_MESSAGES/fall.po -o he/LC_MESSAGES/fall.mo
13msgfmt he_IL/LC_MESSAGES/full.po -o he_IL/LC_MESSAGES/full.mo
14
15