mirror of
https://github.com/boostorg/locale.git
synced 2026-01-19 04:22:08 +00:00
Use the more concise format omitting the reference to the license file and refer to the URL only.
13 lines
426 B
Bash
Executable File
13 lines
426 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
|
|
#
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# https://www.boost.org/LICENSE_1_0.txt
|
|
|
|
msgfmt --endianness=big he/LC_MESSAGES/simple.po -o he/LC_MESSAGES/simple.mo
|
|
msgfmt he/LC_MESSAGES/default.po -o he/LC_MESSAGES/default.mo
|
|
msgfmt he/LC_MESSAGES/fall.po -o he/LC_MESSAGES/fall.mo
|
|
msgfmt he_IL/LC_MESSAGES/full.po -o he_IL/LC_MESSAGES/full.mo
|
|
|