Michele Locati

Results 74 issues of Michele Locati

Provided we have a `Dockerfile` file like this: ```Dockerfile FROM alpine:3.14 RUN \ apk -U add py3-pip && \ rm -rf /var/cache/apk/* && \ ln -s /usr/bin/python3 /usr/bin/python && \...

Hi @oyejorge Pull requests and issues haven't received any feedback from you since April... Is this project still supported?

Calling `realpath` on URLs like `//fonts.googleapis.com/css` takes ages on Windows (in the order of 15/20 seconds): let's avoid that...

What about using `strpos` instead of the slower `preg_match`? White space characters are [defined by the PCRELib](https://github.com/php/php-src/blob/master/ext/pcre/pcrelib/doc/pcre.txt#L5203-L5204) as: - LF (dec 10 = hex \x0a = char "\n") - HT...

Translators may not know how to translate `'Set'`, since it has many meanings. Maybe a `tc()` should be used? (example: `tc('Action', 'Set')`) See /src/data/single_pages/dashboard/data/administration/attributes/create.php @ L25 /src/data/single_pages/dashboard/data/administration/attributes/edit.php @ L25

bug

When browsing to the URL of a package on powershellgallery.com, the server returns a `301 Moved Permanently` redirect to the latest version: ``` C:\>curl -I https://www.powershellgallery.com/packages/PhpManager HTTP/1.1 301 Moved Permanently...

investigate

I think that in https://github.com/translate/l10n-guide/blob/master/docs/l10n/pluralforms.rst the plural form for Slovenian is wrong: `nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);` I don't...

I think that in https://github.com/translate/l10n-guide/blob/master/docs/l10n/pluralforms.rst the plural form for Turkish is wrong: `nplurals=2; plural=(n > 1);` I don't know Turkish, but it seems to me that it should be like...

It seems that your list ([source code](https://github.com/translate/l10n-guide/blob/master/docs/l10n/pluralforms.rst) and [output](http://localization-guide.readthedocs.org/en/latest/l10n/pluralforms.html)) contain some errors... I re-built from scratch the plural rules as defined by Unicode CLDR: see http://mlocati.github.io/cldr-to-gettext-plural-rules/ and https://github.com/mlocati/cldr-to-gettext-plural-rules/