Your IP : 216.73.216.196
B
� f� � @ s� d Z ddlZddlZddlZddlZddlZddlZddlmZ dZ i a
ddd�Zdd � Zd
d� Z
dd
� Zdd� Zedkr�e� dS )a� Generate binary message catalog from textual translation description.
This program converts a textual Uniforum-style message catalog (.po file) into
a binary GNU catalog (.mo file). This is essentially the same function as the
GNU msgfmt program, however, it is a simpler implementation.
Usage: msgfmt.py [OPTIONS] filename.po
Options:
-o file
--output-file=file
Specify the output file to write to. If omitted, output will go to a
file named filename.mo (based off the input file name).
-h
--help
Print this message and exit.
-V
--version
Display version information and exit.
� N)�HeaderParserz1.1� c C s. t ttjd� |r t |tjd� t�| � d S )N)�file)�print�__doc__�sys�stderr�exit)�code�msg� r �6/opt/alt/python37/lib64/python3.7/Tools/i18n/msgfmt.py�usage) s r c C s |s|r|t | <