borisheithecker commented on pull request #5: URL: https://github.com/apache/netbeans-l10n/pull/5#issuecomment-828176726
> Hello, > I originally translated small part of Netbeans platform from English to Czech language (Netbeans 6 to 8). We needed in our application (Based on Netbeans platform). Now we want to migrate our application to Netbeans platform version 12.3. @JaroslavTulach directed me to this repository. I tried to add new locale folder for Czech Language, I was able to compile this new folder as a netbeans module. > > However, I do not know what to do next. My goal is clear: I want somehow migrate old czech translation of netbeans platform to this new "apache" project and build jar ibrary with Czech translation of Netbeans 12.3 platform. Can somebody help me with this issue? Well, if you've managed to create the czech language project, and if it compiles, you should have a NetBeans module project ready now to be added to your application. Just add this project as a standalone NetBeans module project to your application (Properties -> Libraries -> Add project). That is, you don't add the jar but the project (unless you're also migrating from Ant to Maven. This would required more steps, but I'd have to see how to do it myself). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
