Get support for samdark/intl-icu-data-tables
If you're new to LTH, please see our FAQ for more information on what it is we do.
Support Options
Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:
View Open IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
samdark/intl-icu-data-tables
PHP intl extension, ICU data tables
Live version is available at http://intl.rmcreative.ru/.
The project was created to simplify checking out various PHP intl / ICU / CLDR data which is mainly used in translation strings without the need to check different websites and search huge data tables for locale you need.
Instead you can enter locale code and get all the info for just that locale right away.
What's currently displayed
- General locale info.
- Plural rules. Also available via CLDR website.
- Numbering schemas. Not available anywhere but ICU resource sources which aren't too user friendly to read.
- Number formatting rules and data.
- Currency data.
- Language data.
- Region data.
- Zone data.
- Unit data.
Are examples broken?
There are known issues with PHP intl extension regarding usage of named
parameters such as {n}
. Severity of issues depends on PHP and intl versions used. The primary goal of the project is to
serve as info source for using with Yii 2.0 framework which provides wrapper around
intl allowing usage of named parameters in all possible cases.
If you're not using Yii, try positional placeholders such as {0}
instead.
DIRECTORY STRUCTURE
assets/ contains assets definition
config/ contains application configurations
controllers/ contains Web controller classes
runtime/ contains files generated during runtime
vendor/ contains dependent 3rd-party packages
views/ contains view files for the Web application
web/ contains the entry script and Web resources
REQUIREMENTS
The minimum requirement by this project that your Web server supports PHP 5.4.0.
INSTALLATION
- Download zip.
- Copy
/config/csrf_key.php.example
to/config/csrf_key.php
. Paste validation key there. - Run
composer global require "fxp/composer-asset-plugin:~1.1.0" && composer install
. - Configure your webserver to point to
/web
.
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2