[xwiki-devs] quick question about application manager
Good day. Quick question about application manager: what mean field 'translation documents' in application form ? Unfortunelly, I can't found nothing in documentation: on xwiki.org (http://code.xwiki.org/xwiki/bin/view/Applications/ApplicationManagerApplicat...) screenshots without any comments. -- Ruslan Shevchenko GradSoft. http://www.gradsoft.ua
Hi, On Wed, Jul 30, 2008 at 5:33 PM, rssh <[email protected]> wrote:
Good day.
Quick question about application manager: what mean field 'translation documents' in application form ?
The translation field is the field containing the documents application manager automatically register in XWiki.XWikiPreference to loaw all the key=value tu use with $msg.get("key"). You can look at app manager itselft as an example, all text of this application is listed in XAppResoures.Translations and retrieved using $msg.get. That way to add a translation to app manager to just have to add a translation to the page XAppResoures.Translations and translate all the values.
Unfortunelly, I can't found nothing in documentation: on xwiki.org (http://code.xwiki.org/xwiki/bin/view/Applications/ApplicationManagerApplicat...) screenshots without any comments.
Yes app manage lack of documentation. I'm adding some now about the translation field.
-- Ruslan Shevchenko GradSoft. http://www.gradsoft.ua
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (2)
-
rssh -
Thomas Mortagne