Skip to content

mlzharov/intl-icu-data-tables

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Plural rules. Also available via CLDR website.
  • Numbering schemas. Not available anywhere but ICU resource sources which aren't too user friendly to read.

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.

About

PHP intl extension, ICU data tables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.9%
  • CSS 7.1%