Remove indications / comments that we use CLDR data only (#103)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# CLDR based language data and utilities
|
# Language data and utilities
|
||||||
|
|
||||||
[![npm][npm]][npm-url]
|
[![npm][npm]][npm-url]
|
||||||
[![node-build][node-build]][node-build-url]
|
[![node-build][node-build]][node-build-url]
|
||||||
@@ -17,7 +17,8 @@ The language related data comprises of the following,
|
|||||||
6. The directionality of the text
|
6. The directionality of the text
|
||||||
|
|
||||||
This data is populated from the current version of
|
This data is populated from the current version of
|
||||||
[CLDR supplemental data](http://unicode.org/repos/cldr/trunk/common/supplemental/supplementalData.xml).
|
[CLDR supplemental data](http://unicode.org/repos/cldr/trunk/common/supplemental/supplementalData.xml)
|
||||||
|
and various other sources.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ PROJECT_NUMBER =
|
|||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
# quick idea about the purpose of the project. Keep the description short.
|
# quick idea about the purpose of the project. Keep the description short.
|
||||||
|
|
||||||
PROJECT_BRIEF = "CLDR based language data and utilities"
|
PROJECT_BRIEF = "Language data and utilities"
|
||||||
|
|
||||||
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
|
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
|
||||||
# in the documentation. The maximum height of the logo should not exceed 55
|
# in the documentation. The maximum height of the logo should not exceed 55
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
You can adapt this file completely to your liking, but it should at least
|
You can adapt this file completely to your liking, but it should at least
|
||||||
contain the root `toctree` directive.
|
contain the root `toctree` directive.
|
||||||
|
|
||||||
CLDR based language data and utilities
|
Language data and utilities
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
This library contains language related data, and utility libraries written in PHP and Node.js to
|
This library contains language related data, and utility libraries written in PHP and Node.js to
|
||||||
@@ -19,7 +19,8 @@ The language related data comprises of the following,
|
|||||||
6. The directionality of the text
|
6. The directionality of the text
|
||||||
|
|
||||||
This data is populated from the current version of
|
This data is populated from the current version of
|
||||||
`CLDR supplemental data <http://unicode.org/repos/cldr/trunk/common/supplemental/supplementalData.xml>`_.
|
`CLDR supplemental data <http://unicode.org/repos/cldr/trunk/common/supplemental/supplementalData.xml>`_
|
||||||
|
and various other sources.
|
||||||
|
|
||||||
Using the PHP library
|
Using the PHP library
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user