/
niceSOFT
/
gettext
ОбзорДокументацияВойти
/
niceSOFT
/
gettext
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
gettext/
.../examples/hello-php/
..
m4

Example package demonstrating the use of gettext.

17 лет назад
po

po: Distribute the fetch-po file.

6 месяцев назад
INSTALL

Updated installation instructions.

17 лет назад
Makefile.am

Remove all "Copyright (C) ..." notices from files that are in the public domain.

17 лет назад
README

Example package demonstrating the use of gettext.

17 лет назад
autoclean.sh

examples: Use infrastructure from gettext version 1.0.

6 месяцев назад
autogen.sh

examples: Use infrastructure from gettext version 1.0.

6 месяцев назад
configure.ac

examples: Assume autoconf >= 2.60.

2 года назад
hello.php

examples: hello-php: Fix runtime error.

8 лет назад
README
The gettext/PHP binding has a limitation: While it works fine for standalone
PHP programs, it cannot be used inside a web server, to translate parts of web
pages into the preferred encoding of user that makes a HTTP connection. The
reason is that a web server usually is multithreaded, and the gettext() API
relies on the process' global locale.