Closed LibreriaDigitalAmalibaka closed 9 years ago
I did not make sure everything was set up for multiple languages, since I had written CalibrePHP for myself. CakePHP has some tools to help with this, http://book.cakephp.org/2.0/en/core-libraries/internationalization-and-localization.html.
I haven't done anything with internationalization, so I'm not exactly sure how to test it. Would you like to update the code and create a pull request?
ok, as I do?, I do not know well cakephp!
I only need to know, where the template appears what is inside the selection.
++++++Traducido con (translate.google.co.ve)++++++
The field, the label and the search button are in app/View/Elements/search.ctp. The last line of that file calls $this->Txt->searchByModels(), which is located in app/View/Helper/TxtHelper.php.
@LibreriaDigitalAmalibaka there was support added for Russian, https://github.com/openam/calibrephp/commit/efc97f506b185fffe25905d9316f664a47fde9b7. You may be able to do the same thing.
Template in which I can change the language?
Thanks!!