[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Masaru Tsuchiyama <m.tmatma_at_gmail.com>
Date: Wed, 31 Jul 2013 22:29:40 +0900

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.tmatma_at_gmail.com>

Received on 2013-07-31 15:30:11 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.