Mr. Akiyama
Thank you so much!!
It's solved.
I got language-pack for am.
I added the following code to module_langpack.ulf in the last.
[STR_NAME_MODULE_LANGPACK_AM]
en-US = "Amharic"
[STR_DESC_MODULE_LANGPACK_AM]
en-US = "Installs Amharic support in %PRODUCTNAME %PRODUCTVERSION"
And I added the following code to module_langpack.scp in the last.
// Amharic
Module gid_Module_Root_am
LanguagePackageInfo = "packinfo_office_lang.txt";
ParentID = gid_Module_Langpack_Base;
Sortkey = "10500";
MOD_NAME_DESC(MODULE_LANGPACK_AM);
#ifdef WNT
Styles = (LANGUAGEMODULE);
#endif
End
#ifndef WNT
Module gid_Module_Langpack_Resource_am
LanguagePackageInfo = "packinfo_office_lang.txt";
ParentID = gid_Module_Root_am;
Sortkey = "100";
Name = "gid_Module_Langpack_Resource_am";
Description = "gid_Module_Langpack_Resource_am";
Styles = (HIDDEN_ROOT);
End
#endif
#ifndef WNT
Module gid_Module_Langpack_Help_am
LanguagePackageInfo = "packinfo_office_lang.txt";
ParentID = gid_Module_Root_am;
Sortkey = "200";
Name = "gid_Module_Langpack_Help_am";
Description = "gid_Module_Langpack_Help_am";
Styles = (HIDDEN_ROOT);
End
#endif
#ifndef WNT
Module gid_Module_Langpack_Fonts_am
LanguagePackageInfo = "packinfo_office_lang.txt";
ParentID = gid_Module_Root_am;
Sortkey = "300";
Name = "gid_Module_Langpack_Fonts_am";
Description = "gid_Module_Langpack_Fonts_am";
Styles = (HIDDEN_ROOT);
End
#endif
tora - Takamichi Akiyama wrote:
> Hi Yuji,
>
> The following issue might be a good reference, which has added Myanmar:
> http://www.openoffice.org/issues/show_bug.cgi?id=83349
>
> After looking into solenv/bin/make_installer.pl invoked by dmake, I have
> found the reason why you got an error.
>
> In short, to make it, you would need to add your language to the following
> files:
> scp2/source/ooo/module_langpack.scp
> scp2/source/ooo/module_langpack.ulf
>
> After making modifications in those files, do
> cd $SRC_ROOT/scp2
> build.pl
> deliver.pl
> cd $SRC_ROOT/instsetoo_native/util
> dmake ooolanguagepack_am
>
> Regards,
> Tora
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]