Does anybody review my patch?
Regards.
--
Masaru Tsuchiyama <m.tma...@gmail.com>
Julian Foad wrote:
Masaru Tsuchiyama wrote:
the last two changes and the first change are adding new functionality.
Those change makes it easy to debug i18n feature.
I make a new patch.
[[[
creae LC_MESSAGES directories and copy subversion.mo files
to make it easy to debug i18n feauture.
This change makes it possible to test i18n feauture by Visual Studio.
* build/generator/gen_win.py
(POFile.__init__) : set class member 'lang' to 'base'.
* build/generator/templates/build_locale.ezt
() : create LC_MESSAGES directories if they don't exist.
() : copy mo files to the LC_MESSAGES directories as subversion.mo files.
]]]
Can anybody else confirm if this patch makes sense? I don't use the Microsoft
tools so I'm completely in the dark.
- Julian