1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Update af_lang_detect plugin with changes from upstream

Reapplied downstream changes for phpmd ruleset
This commit is contained in:
tschuettler
2018-08-02 17:23:14 +02:00
parent c925f4e3fd
commit 31b40448fd
8 changed files with 1087 additions and 205 deletions
@@ -0,0 +1,7 @@
<?php
/**
* Generate the serialized unicode_blocks.dat file shipped with the package
*/
$unicode_blocks = include __DIR__ . '/unicode_blocks.php';
file_put_contents(__DIR__ . '/unicode_blocks.dat', serialize($unicode_blocks));