You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Masaru Tsuchiyama <m....@gmail.com> on 2013/08/06 15:35:47 UTC

Re: [PATCH] create LC_MESSAGES directories and copy subversion.mo to the directories at compile time

Hi.

Does anybody comment my patch?


(2013/07/31 22:29), Masaru Tsuchiyama wrote:
> Hi
>
> I attach a patch to create LC_MESSAGES directories and
> copy subversion.mo files to the directories and do some extra works.
>
> [[[
>
> * build/generator/gen_win.py
>    (POFile.__init__) : set class member 'lang' to 'base'.
>
> * build/generator/templates/build_locale.ezt
>    () : change working directory by %~dp0 to make sure that the relative
>          paths, which are used in the bat file, are correct.
>    () : create mo directory only if the directory doesn't exist,
>          to suppress a warning.
>    () : create LC_MESSAGES directories if they don't exist.
>    () : copy mo files to the LC_MESSAGES directories as subversion.mo files.
> ]]]
>
> Regards.
>


-- 
Masaru Tsuchiyama <m....@gmail.com>

Re: [PATCH] create LC_MESSAGES directories and copy subversion.mo to the directories at compile time

Posted by Daniel Shahaf <da...@elego.de>.
Masaru Tsuchiyama wrote on Tue, Aug 06, 2013 at 22:35:47 +0900:
> Hi.
>
> Does anybody comment my patch?
>

Probably everyone who knows the windows build system is on holiday.
PLease ping again next week and file an issue (and set the 'patch'
keyword on it) if you still don't get a response.

Daniel

>
> (2013/07/31 22:29), Masaru Tsuchiyama wrote:
>> Hi
>>
>> I attach a patch to create LC_MESSAGES directories and
>> copy subversion.mo files to the directories and do some extra works.
>>
>> [[[
>>
>> * build/generator/gen_win.py
>>    (POFile.__init__) : set class member 'lang' to 'base'.
>>
>> * build/generator/templates/build_locale.ezt
>>    () : change working directory by %~dp0 to make sure that the relative
>>          paths, which are used in the bat file, are correct.
>>    () : create mo directory only if the directory doesn't exist,
>>          to suppress a warning.
>>    () : create LC_MESSAGES directories if they don't exist.
>>    () : copy mo files to the LC_MESSAGES directories as subversion.mo files.
>> ]]]
>>
>> Regards.
>>
>
>
> -- 
> Masaru Tsuchiyama <m....@gmail.com>