intl Questions

1

Solved

I am trying to update my PHP project from PHP 7.4 to 8.2. I have an issue with formatting date using IntlDateFormatter class for ar_AE locale under PHP 8.2 Alpine 3.19 version. On my previous setup...
Cur asked 19/2 at 15:13

5

My production site just provides the old ICU version 4.2.1. Since Yii2 requires Version 49.1 or higher I need to make workarounds in PHP. How do I get the nersion number of ICU (libicu) which is ...
Bloater asked 10/6, 2017 at 10:24

8

What i Need I'm implementing currency symbol using symfony. I have referred this link : http://symfony.com/doc/current/components/intl.html. The code i have implemented: use Symfony\Component\Int...
Joell asked 28/10, 2014 at 7:29

21

Solved

On Mac OSX Mavericks using homebrew php55 whenever I run a a php command I get the following error message (everything runs fine it's just annoying) PHP Warning: Module 'intl' already loaded in Un...
Consecrate asked 24/9, 2015 at 15:13

12

I start to use intl package in my dart project. After start to use this package i use this code: DateTime now = new DateTime.now(); var formatter = new DateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'"); S...
Rains asked 23/3, 2016 at 9:18

3

We keep getting random error messages via Airbreak from our React app while using React Intl for localization. Error message Invariant Violation: [React Intl] Could not find required intl object. ...
Shanaeshanahan asked 20/8, 2019 at 7:24

3

How can you use   when using react-intl so control word breaking. I have a message like Rs. 100,00,000 but it is breaking on Rs. is there anyway in can write the message as Rs. 10...
Beliabelial asked 13/12, 2019 at 10:49

4

Solved

I'm translating my app to spanish using the intl package. locales.dart class AppLocale { ... String get folder => Intl.message("Folder", name: 'folder'); ... } messages_es.dart class Mess...
Courtesan asked 11/9, 2018 at 14:17

4

I am using CakePHP 3 and MAMP Pro server for my project. When I am trying to bake the cake, this error shows up: Fatal error: You must enable the intl extension to use CakePHP. I have even inc...
Dyscrasia asked 9/8, 2017 at 16:41

3

Solved

I'm receiving this PHP error while trying to use the Normalizer class, specifically the Normalizer::normalize function: Fatal error: Class 'Normalizer' not found. I'm currently using PHP 5.3.8 s...
Loosestrife asked 21/12, 2011 at 22:17

4

Solved

I recently updated my Android Studio and many components/sdk and since then React-Intl complains about intl library missing, even though it was working fine before. I have installed the intl poly...
Procurator asked 19/1, 2017 at 8:6

2

Solved

This is the error I see in CodeIgnitor 4 on a new server installation. Fatal error: Uncaught Error: Call to undefined function CodeIgniter\locale_set_default() When I look at potential problems I...
Millrun asked 27/6, 2021 at 18:54

4

Solved

I am new in Flutter. When I import the library: import 'package:intl/intl.dart'; , it says that the target of URI doesn't exist:package:intl/intl.dart;
Pinhole asked 6/8, 2018 at 10:37

1

Solved

I ran into issues when I turned on hermes in my app. Specifically with Intl support, I'm getting this error in Android ReferenceError: Property 'Intl' doesn't exist, js engine: hermes. I've read th...
Bergman asked 12/5, 2021 at 0:55

20

Solved

I'm trying to locate php_intl.dll and install it. Does anyone have any tips?
Kathikathiawar asked 20/9, 2009 at 17:7

1

I have a wordpress installation via docker-compose. It uses php7.3 (I checked for version). Now the problem is like this : A wp function uses Locale class -> need to enable php_intl(not found in ph...
Chassepot asked 3/12, 2019 at 7:38

1

I am trying to use global Intl constructor for formatting values with currencies. But it appears to be currencyDisplay:'narrowSymbol' doesn't supported and work in Safari but works fine in Chrome. ...
Philae asked 30/9, 2020 at 19:36

2

I don't understand how NumberFormat works. In France we never use $US so why do I get the following? new Intl.NumberFormat("fr-FR",{ style: 'currency', currency: 'USD', minimumFractionDigits: ...
Heterozygote asked 19/9, 2018 at 16:28

1

Solved

I am developing an app with React Native to run on IOS and Android. I use Intl.numberformat() to print currency, and it works smoothly when the app runs on IOS, but I get this error when running on...
Demobilize asked 10/9, 2020 at 21:20

4

During orocrm installation (a platform developed with symfony 2) I receive this error Fatal error: Uncaught exception 'Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException'...
Zillion asked 8/9, 2014 at 12:1

4

I'm trying to load the intl PHP extension in my Docker container, but it doesn't seem to work. Have already tried this https://github.com/docker-library/php/issues/57 but I still get the same erro...
Oversell asked 7/2, 2018 at 22:25

11

How can I install intl PHP extension in PHP 7.1.7, which is delivered with osx high sierra?
Outguard asked 9/10, 2017 at 18:38

2

Solved

Transliterator::listIDs() will list IDs, but apparently it's not a complete list. In the example from this page, the ID looks like: Any-Latin; NFD; [:Nonspacing Mark:] Remove; NFC; [:Punctuation:...
Hiroshima asked 19/5, 2013 at 14:41

8

Solved

I try to install the sandbox but I get the following error from composer: Loading composer repositories with package information Installing dependencies from lock file Your requirements could n...
Magda asked 17/7, 2013 at 11:19

1

Solved

I've been using Luxon for quite sometime as a replacement for moment, being light weight and an overall great documentation, I've now bumped into a case where I needed to use luxon's toFormat funct...
Gerik asked 24/4, 2020 at 12:13

© 2022 - 2024 — McMap. All rights reserved.