mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 19:04:13 +08:00
Add missing minLanguageId in the attributes
This commit is contained in:
13
cldr.js/cldr.js.d.ts
vendored
13
cldr.js/cldr.js.d.ts
vendored
@@ -91,6 +91,19 @@ declare module cldr {
|
||||
* Maximized Language Id {@link http://www.unicode.org/reports/tr35/#Likely_Subtags}
|
||||
*/
|
||||
maxLanguageId: any;
|
||||
|
||||
/**
|
||||
* @name minLanguageId
|
||||
* @memberof cldr.Attributes
|
||||
* @kind property
|
||||
* @access public
|
||||
*
|
||||
* @type {any}
|
||||
*
|
||||
* @description
|
||||
* Minimized Language Id {@link http://www.unicode.org/reports/tr35/#Likely_Subtags}
|
||||
*/
|
||||
minLanguageId: any;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user