openam / calibrephp

Calibre HTML and OPDS web server based on CakePHP
http://openam.github.io/calibrephp
MIT License
39 stars 14 forks source link

as change the English to Spanish language? #4

Closed LibreriaDigitalAmalibaka closed 8 years ago

LibreriaDigitalAmalibaka commented 10 years ago

Template in which I can change the language?

cambiar

Thanks!!

openam commented 10 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?

LibreriaDigitalAmalibaka commented 10 years ago

ok, as I do?, I do not know well cakephp!

LibreriaDigitalAmalibaka commented 10 years ago

I only need to know, where the template appears what is inside the selection.

++++++Traducido con (translate.google.co.ve)++++++

openam commented 10 years ago

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.

openam commented 8 years ago

@LibreriaDigitalAmalibaka there was support added for Russian, https://github.com/openam/calibrephp/commit/efc97f506b185fffe25905d9316f664a47fde9b7. You may be able to do the same thing.