2 Replies Latest reply on Dec 3, 2007 5:24 AM by theute

    Translation update

    lucboudreau

      I'll soon commit changes made to the french ressource bundles. I used a great Eclipse plugin for this. The downside is that it moves the messages in the keys alphabetic order. The plugin allows for quick and easy translation and helps us ensure that all messages are present in each bundle. It does a really great job and I suggest everyone working with bundles use it. It can be found here :

      http://www.resourcebundleeditor.com/wiki/ResourceBundleEditor

      There were some french bundles missing so I added them and edited the corresponding portlet.xml files accordingly. The affected modules will be : core-samples (users portlet sample), core-search, migration (the faces-config was modified here).

      There are still missing localized strings in some languages I can't translate (mainly italian) but the Eclipse plugin should help the persons responsible for the translation to spot them fast and easy.

      I'm currently running the tests to ensure I didn't screw anything up, so I'll soon add those changes to the 2.6 branch.

      Cheers !

      Luc

        • 1. Re: Translation update
          lucboudreau

          It seems I can't build the release with the target 'release-full'. I go to the build project and launch 'ant release-full' but then I get an error :

          BUILD FAILED
          D:\MesDocuments\workspaces\jboss-portal\tools\etc\buildfragments\buildmagic.ent:
          259: The following error occurred while executing this line:
          java.lang.NoClassDefFoundError: org/apache/commons/collections/Predicate
          


          How can I fix this ? (BTW, the library is in the thirdparty dir. The 'release' target works fine, but not the 'release-full').

          • 2. Re: Translation update
            theute

            Does the tool convert to ASCII on save ?

            About the build, try "sh build.sh" (ie: use the embedded ant which should come with the correct libs)