>>>>> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
Bo> On 6/12/06, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
>> >>>>> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
>>
Angus> At least, I understand that Jean-Marc passes some magic to the
Angus> gettext code to tell it where to find these .mo files...
>> >> The names of the mo files is PACKAGE.mo. So it all depends on
>> how >> the PACKAGE variable is modified when using version-suffix.
>>
Bo> This is true under *nix, but for windows, I am told that I need
Bo> only to change PACKAGE, not anything special during
Bo> installation...
>> Did I write something different?
Bo> I meant the filename of the mo files. Are they lyx150svn.gmo or
Bo> lyx.gmo?
They are $PACKAGE.mo (when installed, .gmo is only when building) and
with autotools, PACKAGE is LyX${version_suffix} on windows.
JMarc