Code Monkey home page Code Monkey logo

Comments (8)

rlanvin avatar rlanvin commented on July 25, 2024 2

@bor0 Sure, I just released version 2.1.0 now.

from php-rrule.

rlanvin avatar rlanvin commented on July 25, 2024

Good catch. Do you want to create a pull request?

from php-rrule.

madeincosmos avatar madeincosmos commented on July 25, 2024

Sure, there it is 🙂

from php-rrule.

bor0 avatar bor0 commented on July 25, 2024

@madeincosmos thanks for working on this!

@rlanvin our project depends on this fix, is there a new release planned anytime soon?

from php-rrule.

bor0 avatar bor0 commented on July 25, 2024

@rlanvin thank you! Kudos for the fast response :)

from php-rrule.

SergkeiM avatar SergkeiM commented on July 25, 2024

Hi @madeincosmos @rlanvin

Have same issue with:

The locale option does not look like a valid locale: C.UTF-8. For more option install the intl extension.

In order to fix this is mandatory to install intl?

from php-rrule.

rlanvin avatar rlanvin commented on July 25, 2024

In order to fix this is mandatory to install intl?

Hi @Froxz, no it's not - I believe the reason you're seeing this error is that "C" as a locale is simply not supported (since it doesn't correspond to any language file).

from php-rrule.

SergkeiM avatar SergkeiM commented on July 25, 2024

Hi @rlanvin thank you for reply.

Seems this works without chaning php/server locale:

$rrule->humanReadable([
	'use_intl' => false,
	'locale' => 'en',
]);

P.S. Thank you for amazing library.

from php-rrule.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.