rufuspollock-okfn / bibserver

BibServer is open-source software what makes it easy to publish, manage and find bibliographies. BibServer is RESTful and web-friendly.
MIT License
126 stars 34 forks source link

Localization? #252

Open Lawouach opened 11 years ago

Lawouach commented 11 years ago

Hi,

Is there any plan for a localized version of the server?

markmacgillivray commented 11 years ago

Hello, not yet. It is a good plan though. Would probably only require some customisation of the templates, of which there are not a large amount.

Lawouach commented 11 years ago

Yeah, I can assume it's not the highest priority. I was merely asking because I'm planning to demo the server for a French library and having it in French would go a long way. At worst, I'll fork and simply hardcode the French text for now as I'm not familiar with how Flask supports i18n.

markmacgillivray commented 11 years ago

Yes, for a quick demo, you could just change the content of the front page template to be french, a couple of tweaks to the base.html, and then change the default settings to use french names for the facets. Load up your index with French records, and it would look mostly French.