mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Add missing minLanguageId in the attributes
This commit is contained in:
Vendored
+13
@@ -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