The question was about multiplatform solution for localization..
What localization files formats can be used when compiling with gcc and MS
Studio for example ?
Maybe using external tool for pre-compiling steps ?
I've found on the wrc and windres for compiling windows RC files - can
they help
On Sunday November 4 2007, You wrote:
> Do we something like that in Linux ? Or I just have to prepare a list of
> *.h files that will cotains #defines for all my strings in different
> languages ?
>
> Do we have have any crossplatform localization solution for C/C++ projects
> ?
QT Linguist and KB
Hi everybody,
Despite the fact that the website is down, we will still have a lecture
tomorrow by Mark.
Tomorrow, Monday, 5th of November, at 18:30 the Haifa Linux Club, will
gather
to hear Mark Silberstein's talk about
General Purpose computing using Graphical Processing Units
On 03/11/2007, Hetz Ben Hamo <[EMAIL PROTECTED]> wrote:
>
> Not only that, they lied to their customers (problems with "the
> router") and each customers knew about it only days later after those
> breaks..
Well, in a way, they were truthful - the router DID have connectivity
problems with the st
On Sunday 04 November 2007, Michael Sternberg wrote:
> Hello everybody.
>
> In Windows, when I want to localize my application, I'm using *.rc files
> with strings for every language that I want to support. All strings in one
> place, I can easily transfer all them to anybody for translation and sp
Google "PO files"
On Sun, 4 Nov 2007, Michael Sternberg wrote:
Date: Sun, 4 Nov 2007 11:19:45 +0200 (IST)
From: Michael Sternberg <[EMAIL PROTECTED]>
To: linux-il@cs.huji.ac.il
Subject: application localization in Linux
Hello everybody.
In Windows, when I want to localize my application, I'm
On 11/4/07, Michael Sternberg <[EMAIL PROTECTED]> wrote:
> Hello everybody.
>
> In Windows, when I want to localize my application, I'm using *.rc files
> with strings for every language that I want to support. All strings in one
> place, I can easily transfer all them to anybody for translation an
On Saturday 03 November 2007, Kfir Lavi wrote:
> Hi,
> I have tried to search for a flight at Israir site. Here is a link to the
> page: http://www.israir.co.il/cat_flights_europe.asp?type=6
> Now, as you guessed, the search button don't work.
> Sometimes in sites that don't work, I just open the c
Hello everybody.
In Windows, when I want to localize my application, I'm using *.rc files
with strings for every language that I want to support. All strings in one
place, I can easily transfer all them to anybody for translation and spell
checking.
Do we something like that in Linux ? Or I