FoolCode / FoOlSlide

[NO LONGER MAINTAINED] Online Comics Publishing Software for Authors and Teams
http://foolcode.github.com/FoOlSlide/
Other
115 stars 64 forks source link

Better l10n support #70

Open Albirew opened 7 years ago

Albirew commented 7 years ago

Is it possible to change these lines to make them easily translatable in a separate language file?:

\content\themes\default\views\read.php

content\themes\default\views\latest.php

content\themes\default\views\comic.php

content\themes\default\views\adult.php

application\models\chapter.php too much lines, basically every set_notice, a few echo and return, and strings from function help_lang()

I may have forgot some but if these strings were translatable, maintenance and update would be extra-easier.

oohnoitz commented 7 years ago

AFAIK, it should be possible but would require quite a bit of work to implement it.

This is a bit of a CANNED response, but we don't have any plans on doing it though and will welcome any PR submitted for this implementation. There hasn't been any motivation to maintain this code base for various reasons (lack of motivation, time, etc). So I wouldn't put much hopes on any future development with this code base. It is possible that we might rewrite the entire project in a more modern framework, but there aren't any guarantees on that. Open for thoughts/ideas/collaboration to an extent though.