Results 240 comments of etc

Must be fixed now in the last php-textile, please test.

Hmm, would this mean search in the user language strings and then map them to pref names?

It looks like all (?) prefs text strings in `txp_lang` have `prefs` event, so the search and matching them to their prefs is easy (unlike pophelp).

We use intl [date strings](https://framework.zend.com/manual/1.12/en/zend.date.constants.html), since php own datetime formats are English only.

I have bookmarked [this](https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax), but it's not exactly a bare minimum.

I think we could yet switch from intl to more readable php [datetime](https://www.php.net/manual/en/datetime.format.php) strings, internally mapping them to intl. This would not be bwc, but I don't think any txp...

I have hidden three of them (and am not sure the remaining ones still use txp).

Those only concern php < 5.0.6, so no real issue for us. Leave it with Composer, maybe?

Hmm, no, actually it's php 5.6.0. What are our min 4.9 requirements, already? Ah, got it : `define('REQUIRED_PHP_VERSION', '5.6.0')`. No clue how Composer gets updated, but we should be covered.

The only difficulty is text strings. Not sure it would be ready for 4.9.0.