I am one of the development team, which currently try to add locales support to developed cPanel plugin, which was installed to Tools->Software Section.
Little bit more details:
- Plugin developed using perl, php, js;
- All displayed translations, that needs to be visualized are located in perl landings;
After few tries, using Cpanel::Locale as described here and after trying upload as described here translations via XML/XLF (manually or/and via WHM upload/download tools) all this was unsuccessful, and we never saw any result.
So question is, is there documentation, or an exhaustive guide on how to add translations, for example, as it is done in PHP (separate files are created for each of the needed languages, and after that everything works using key-value pairs for all translations). Maybe someone has experience with this case and can share it, your your support is greatly appreciated.
Little bit more details:
- Plugin developed using perl, php, js;
- All displayed translations, that needs to be visualized are located in perl landings;
After few tries, using Cpanel::Locale as described here and after trying upload as described here translations via XML/XLF (manually or/and via WHM upload/download tools) all this was unsuccessful, and we never saw any result.
So question is, is there documentation, or an exhaustive guide on how to add translations, for example, as it is done in PHP (separate files are created for each of the needed languages, and after that everything works using key-value pairs for all translations). Maybe someone has experience with this case and can share it, your your support is greatly appreciated.