mirror of
https://gitee.com/openharmony/global_i18n
synced 2024-11-22 22:49:54 +00:00
update notice file
Signed-off-by: meaty-bag-and-wangwang-meat <zouzhexi@huawei.com>
This commit is contained in:
parent
52d0e311c3
commit
0bc123684f
22
NOTICE.html
Normal file
22
NOTICE.html
Normal file
@ -0,0 +1,22 @@
|
||||
Ecma International:
|
||||
Copyright Notice
|
||||
© 2018 Ecma International
|
||||
|
||||
This document may be copied, published and distributed to others, and certain derivative works of it may be prepared, copied, published, and distributed, in whole or in part, provided that the above copyright notice and this Copyright License and Disclaimer are included on all such copies and derivative works. The only derivative works that are permissible under this Copyright License and Disclaimer are:
|
||||
|
||||
(i) works which incorporate all or portion of this document for the purpose of providing commentary or explanation (such as an annotated version of the document),
|
||||
|
||||
|
||||
(ii) works which incorporate all or portion of this document for the purpose of incorporating features that provide accessibility,
|
||||
|
||||
(iii) translations of this document into languages other than English and into different formats and
|
||||
|
||||
(iv) works by making use of this specification in standard conformant products by implementing (e.g. by copy and paste wholly or partly) the functionality therein.
|
||||
|
||||
However, the content of this document itself may not be modified in any way, including by removing the copyright notice or references to Ecma International, except as required to translate it into languages other than English or into a different format.
|
||||
|
||||
The official version of an Ecma International document is the English language version on the Ecma International website. In the event of discrepancies between a translated version and the official version, the official version shall govern.
|
||||
|
||||
The limited permissions granted above are perpetual and will not be revoked by Ecma International or its successors or assigns.
|
||||
|
||||
This document and the information contained herein is provided on an "AS IS" basis and ECMA INTERNATIONAL DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY OWNERSHIP RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
6
interfaces/js/kits/@ohos.intl.d.ts
vendored
6
interfaces/js/kits/@ohos.intl.d.ts
vendored
@ -94,6 +94,8 @@ export class Locale {
|
||||
* @return Returns locale information in string form.
|
||||
*/
|
||||
toString(): string;
|
||||
maximize(): Locale;
|
||||
minimize(): Locale;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -351,8 +353,8 @@ export interface NumberOptions {
|
||||
export class NumberFormat {
|
||||
constructor(locale: string, options?: options);
|
||||
constructor(locale: string[], options?: options);
|
||||
format(date: number): string;
|
||||
resolvedOptions(): Object;
|
||||
format(number: number): string;
|
||||
resolvedOptions(): NumberOptions;
|
||||
}
|
||||
}
|
||||
export default intl;
|
Loading…
Reference in New Issue
Block a user