summaryrefslogtreecommitdiffstats
path: root/app/l10n
Commit message (Collapse)AuthorAgeFilesLines
* Disallow any access to extract.php is not in debug modenashe2017-07-071-5/+5
| | | | | "released versions of moonmoon should immediately return for security" was written but never applied
* Clean codenashe2015-08-111-1/+1
| | | | Replace dirname(__FILE__) by __DIR__.
* Fix class autoloadingnashe2015-08-111-2/+3
| | | | | | | Made some mistakes with my last PR: I tested that everything were working, but on the wrong branch. This commit fixes all the autoloading error that were left.
* Merge with upstream/masterNukeador2014-03-221-0/+244
|\
| * Add spanish translation, contributed by Javier GuerraMaurice Svay2014-02-191-0/+244
| |
* | Control width blacklisting feed are down, cron.php manage the status of this ↵Fernando García2014-03-042-0/+8
|/ | | | feeds
* Update l10n support:Pascal Chevrel2012-04-303-112/+428
| | | | | | | | - improved regex logic in the extraction parser (fixes a couple of bugs in edge cases) - *.tpl.php files were not parsed because of the double dot, now fixed - strings requiring translation are now indicated in the source file to make them stand out - support for the {ok} tag, adding this tag allows the localizer to indicate that a string remains in English (or that it is spelt the same in his language) - add an english reference file, in case we want to send it to volunteers
* extraction script for localization, extracts all localizable strings in the ↵Pascal Chevrel2012-04-251-0/+196
| | | | repo and updates the .lang files
* forgot to migrate the login page to incoude the l10n class (didn't notice ↵Pascal Chevrel2012-03-131-0/+6
| | | | because of the cookie)
* l10n support for moonmoonPascal Chevrel2012-03-121-0/+169