Remove indications / comments that we use CLDR data only (#103)

This commit is contained in:
Abijeet Patro
2020-05-26 13:19:56 +05:30
committed by GitHub
parent 0fd46fb9a0
commit 62f05a46f2
3 changed files with 7 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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
---------------------------- ----------------------------