/
niceSOFT
/
gettext
Обзор
Документация
Войти
/
niceSOFT
/
gettext
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
gettext-tools/examples/hello-gawk/hello.awk
14 строк
304 B
Bruno Haible
Remove all "Copyright (C) ..." notices from files that are in the public
23 июн 2009, 14:14
23 июн 2009, 14:14
70dc824
Код
Авторство
О чём код?
#!@GAWK@ -f # Example for use of GNU gettext. # This file is in the public domain. # # Source code of the GNU awk program. BEGIN { TEXTDOMAIN = "hello-gawk" bindtextdomain ("@localedir@") print _"Hello, world!" printf _"This program is running as process number %d.", PROCINFO["pid"] print }