Add missing minLanguageId in the attributes

This commit is contained in:
Grégoire Castre
2016-03-03 10:00:56 +01:00
parent 12f9b621f9
commit bd2e6f4da0

13
cldr.js/cldr.js.d.ts vendored
View File

@@ -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;
}
/**