Hello, I load everything in app.php
namespace OCA\files_w2g; $l = \OCP\Util::getL10N('files_w2g'); \OCP\Util::addTranslations('files_w2g'); class app{ const name = 'files_w2g'; const table = 'locks_w2g'; const charset = 'DEFAULT CHARACTER SET=utf8 DEFAULT COLLATE=utf8_bin'; public static function launch() { //\OCP\Util::addscript( self::name, 'workin2gether'); <- original \OCP\Util::addscript( self::name, '../js/workin2gether'); //Not working too \OCP\Util::addstyle( self::name, 'styles'); \OCP\App::registerAdmin(self::name, 'admin'); } } if (\OCP\App::isEnabled(app::name)) { app::launch(); The problem is that js and php translations aren't working. I use in php variable $l and all other scripts are using the same namespace. I have .php, .js and .json translations in the L10N folder. Everything remains untranslated. At the admin page and the fileactions. Is there something wrong? It worked for since OC 6. Greets Patrick Gesch?ftsf?hrer: Werner Magin, Winfried Schmuck | HRB 2704 Bad Kreuznach | Gesellschafter: Fritz Bittmann Holding GmbH | USt-ID: DE 811 202 181 BITO-Lagertechnik Bittmann GmbH Obertor 29 D-55590 Meisenheim Telefon: Telefax: E-Mail: Internet: +49 (0) 6753 122 0 +49 (0) 6753 122 399 i...@bito.de www.bito.de Dieses E-Mail ist nur f?r den Empf?nger bestimmt, an den es gerichtet ist und kann vertrauliches bzw. unter das Berufsgeheimnis fallendes Material enthalten. Jegliche darin enthaltene Ansicht oder Meinungs?u?erung ist die des Autors und stellt nicht notwendigerweise die Ansicht oder Meinung von BITO-Lagertechnik Bittmann GmbH dar. Sind Sie nicht der Empf?nger und haben diese E-Mail irrt?mlich erhalten, sind jegliche Verwendung, Ver?ffentlichung, Weiterleitung, Abschrift oder jeglicher Druck dieser E-Mail strengstens untersagt. Jede ausgehende E-Mail wird von uns mit h?chster Sorgfalt auf Viren gepr?ft. Jedoch ?bernehmen weder BITO-Lagertechnik Bittmann GmbH noch der Absender (Patrick Hoffmann) die Haftung f?r Viren; es obliegt Ihrer Verantwortung, die E-Mail und deren Anh?nge auf Viren zu pr?fen. This email is exclusively meant for the addressee and may contain confidential information or information which can be classified as professional secret. Any view or opinion stated in this email is that of the author and does not necessarily represent the view or the opinion of BITO-Lagertechnik Bittmann GmbH. If you are not the addressee and if this email has been transmitted to you by mistake, you may not make use of, publish, transmit, reproduce or print the information contained therein for whatever purpose. We take every reasonable care to check all out-bound emails for viruses. However, neither BITO-Lagertechnik Bittmann GmbH nor the sender (Patrick Hoffmann) can be held liable for the occurrence of viruses and any consequential damages. It is therefore the addressee's sole responsibility to check incoming emails and attachments for viruses. Anh?nge - : Versand am 15.01.2015 08:39 von Patrick Hoffmann
_______________________________________________ Devel mailing list Devel@owncloud.org http://mailman.owncloud.org/mailman/listinfo/devel