cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
125 stars 67 forks source link

"Javascript disabled" is not translated #148

Closed mbo-s closed 9 years ago

mbo-s commented 9 years ago

Javascript is disabled.

JavaScript is required to use this site. Please enable JavaScript and reload.

https://github.com/cross-solution/YAWIK/blob/develop/module/Core/view/layout/_noscript-notice.phtml#L21-L22

cbleek commented 9 years ago

the string will be translated, if the view contains

<?php echo $this->translate('JavaScript is required to use this site. Please enable JavaScript and reload.')?>

The translate() pattern will ensure, that the string will go to the transifex platform next time, we'll run bin/translate module/Core