diff --git a/typescript/types/locale.d.ts b/typescript/types/locale.d.ts index 3fc914e10..38b9f74a8 100644 --- a/typescript/types/locale.d.ts +++ b/typescript/types/locale.d.ts @@ -3,10 +3,12 @@ declare module Locale { type Locale = { name: string, + /** @deprecated */ currencySym: string, dow(date: Date, short?: ShortBoolean): string, month(date: Date, short?: ShortBoolean): string, number(n: number): string, + /** @deprecated */ currency(c: number): string, distance(d: number): string, speed(s: number): string,