[MonoDevelop] Language support for monodevelop-boo and monodevelop-database
Lluis Sanchez Gual
slluis.devel at gmail.com
Tue Feb 2 05:34:15 EST 2010
El dc 27 de 01 de 2010 a les 19:48 +0000, en/na Paul va escriure:
> Hi,
>
> I'm currently trying to get both monodevelop-boo and
> monodevelop-database into Fedora but have hit a snag during the
> packaging.
>
> The default position of all Fedora languages is /usr/share/locale
> however, both monodevelop-boo and database package theirs up to
> $(libdir)/monodevelop/addins (or something like that) which means that
> the language packages aren't found.
>
> Does anyone know what files I need to look at so that monodevelop-boo
> and database look to the more traditional /usr/share/locale directory
> rather than it's own?
In BooBinding.addin.xml and MonoDevelop.Database.Designer.addin.xml
locate the Localizer element and set the 'location' attribute to
'/usr/share/locale'. For example:
<Localizer type="Gettext" catalog="monodevelop-boo" location="/usr/share/locale" />
This should work, although I have to say I've never tested it.
Lluis.
More information about the Monodevelop-list
mailing list