From: Alexander <rope-walker@yandex.ru>
To: "культурный офтопик" <smoke-room@lists.altlinux.org>
Subject: Re: [room] Gettext
Date: Sun, 15 Jan 2006 16:32:04 +0200
Message-ID: <op.s3fbzqgs14emt7@alex-yu6szrxc7l> (raw)
In-Reply-To: <20060115143038.GA12575@mycomp.mydomain>
On Sun, 15 Jan 2006 16:30:38 +0200, php-coder <php-coder@ngs.ru> wrote:
>
> --- Alexander 2006-01-15 15:48:55 +0200
> +++ php-coder 2006-01-15 20:28:50 +0600
>
> A> просто не могу понять что еще нужно чстобы все заработало
>
> Может вызовов setlocale(), textdomain() и bindtextdomain() ?
>
> A> > Вообщем, посмотрите примеры:
> A> > http://www.linuxshare.ru/docs/devel/tools/auto/node1.html
> A> > http://www.linuxshare.ru/docs/devel/tools/auto/node24.html
> A> > http://www.linuxshare.ru/docs/devel/tools/auto/node25.html
>
> Остается в силе...
>
>
Посмотрел примеры, все сделал так как написано, но я вспомнил,
что пишу программу в винде. Использую Dev-C++, он создает только
Makefile.win - из конфигур. или других файлов.
Все что нужно имеется, все *.dll, *.exe для работы с gettext.
код:
#include <libintl.h>
#define LOCALEDIR "c:\echo_kernel" <- папка, где находится программа
#define PACKAGE "messages"
int main(int argc, char * argv[])
{
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
...
Перевод содержится в LOCALEDIR\ru\LC_MESSAGES\*.mo
prev parent reply other threads:[~2006-01-15 14:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-15 12:00 Alexander
2006-01-15 12:53 ` Терешков Евгений
2006-01-15 13:54 ` Andrey Rahmatullin
2006-01-15 15:41 ` Терешков Евгений
2006-01-15 12:58 ` php-coder
2006-01-15 13:48 ` Alexander
2006-01-15 14:30 ` php-coder
2006-01-15 14:32 ` Alexander [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=op.s3fbzqgs14emt7@alex-yu6szrxc7l \
--to=rope-walker@yandex.ru \
--cc=smoke-room@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Культурный офтопик
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/smoke-room/0 smoke-room/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 smoke-room smoke-room/ http://lore.altlinux.org/smoke-room \
smoke-room@lists.altlinux.org smoke-room@lists.altlinux.ru smoke-room@lists.altlinux.com smoke-room@altlinux.ru smoke-room@altlinux.org smoke-room@altlinux.com
public-inbox-index smoke-room
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.smoke-room
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git