Skip to content

Commit

Permalink
docs: new Crowdin updates (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Nov 20, 2020
1 parent 3dac938 commit 86784ff
Show file tree
Hide file tree
Showing 48 changed files with 132 additions and 108 deletions.
7 changes: 4 additions & 3 deletions translated/es-ES/website/docs/guides/runtime-requirements.md
Expand Up @@ -45,6 +45,7 @@ If you're using `react-intl` in React Native, make sure your runtime has built-i
If you cannot use the Intl variant of JSC (e.g on iOS), follow the instructions in [polyfills](./polyfills.md) to polyfill the following APIs (in this order):

1. [Intl.getCanonicalLocales](./polyfills/intl-getcanonicallocales.md)
2. [Intl.PluralRules](./polyfills/intl-pluralrules.md)
3. [Intl.NumberFormat](./polyfills/intl-numberformat.md)
4. [Intl.DateTimeFormat](./polyfills/intl-datetimeformat.md)
1. [Intl.Locale](./polyfills/intl-locale.md)
1. [Intl.PluralRules](./polyfills/intl-pluralrules.md)
1. [Intl.NumberFormat](./polyfills/intl-numberformat.md)
1. [Intl.DateTimeFormat](./polyfills/intl-datetimeformat.md)
Expand Up @@ -47,9 +47,9 @@ yarn add @formatjs/intl-datetimeformat

This package requires the following capabilities:

1. If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).

2. [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat)
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).
- [`Intl.NumberFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat)

## Usage

Expand Down
3 changes: 2 additions & 1 deletion translated/es-ES/website/docs/polyfills/intl-displaynames.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-displaynames

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Features

Expand Down
3 changes: 2 additions & 1 deletion translated/es-ES/website/docs/polyfills/intl-listformat.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-listformat

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Usage

Expand Down
3 changes: 2 additions & 1 deletion translated/es-ES/website/docs/polyfills/intl-locale.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-locale

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Usage

Expand Down
6 changes: 3 additions & 3 deletions translated/es-ES/website/docs/polyfills/intl-numberformat.md
Expand Up @@ -38,9 +38,9 @@ yarn add @formatjs/intl-numberformat

This package requires the following capabilities:

1. [`Intl.PluralRules`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules)

2. If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).
- [`Intl.PluralRules`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules)

## Features

Expand Down
3 changes: 2 additions & 1 deletion translated/es-ES/website/docs/polyfills/intl-pluralrules.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-pluralrules

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Usage

Expand Down
Expand Up @@ -38,11 +38,10 @@ yarn add @formatjs/intl-relativetimeformat

This package requires the following capabilities:

1. [Intl.PluralRules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules)

2. If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).

3. If you need `formatToParts` and have to support IE11- or Node 10-, you'd need to polyfill using [`@formatjs/intl-numberformat`](intl-numberformat.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).
- [`Intl.PluralRules`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules) or [polyfill](intl-pluralrules.md).
- If you need `formatToParts` and have to support IE11- or Node 10-, you'd need to polyfill using [`@formatjs/intl-numberformat`](intl-numberformat.md).

## Usage

Expand Down
7 changes: 4 additions & 3 deletions translated/fr-FR/website/docs/guides/runtime-requirements.md
Expand Up @@ -45,6 +45,7 @@ If you're using `react-intl` in React Native, make sure your runtime has built-i
If you cannot use the Intl variant of JSC (e.g on iOS), follow the instructions in [polyfills](./polyfills.md) to polyfill the following APIs (in this order):

1. [Intl.getCanonicalLocales](./polyfills/intl-getcanonicallocales.md)
2. [Intl.PluralRules](./polyfills/intl-pluralrules.md)
3. [Intl.NumberFormat](./polyfills/intl-numberformat.md)
4. [Intl.DateTimeFormat](./polyfills/intl-datetimeformat.md)
1. [Intl.Locale](./polyfills/intl-locale.md)
1. [Intl.PluralRules](./polyfills/intl-pluralrules.md)
1. [Intl.NumberFormat](./polyfills/intl-numberformat.md)
1. [Intl.DateTimeFormat](./polyfills/intl-datetimeformat.md)
Expand Up @@ -47,9 +47,9 @@ yarn add @formatjs/intl-datetimeformat

This package requires the following capabilities:

1. If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).

2. [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat)
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).
- [`Intl.NumberFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat)

## Usage

Expand Down
3 changes: 2 additions & 1 deletion translated/fr-FR/website/docs/polyfills/intl-displaynames.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-displaynames

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Features

Expand Down
3 changes: 2 additions & 1 deletion translated/fr-FR/website/docs/polyfills/intl-listformat.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-listformat

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Usage

Expand Down
3 changes: 2 additions & 1 deletion translated/fr-FR/website/docs/polyfills/intl-locale.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-locale

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Usage

Expand Down
6 changes: 3 additions & 3 deletions translated/fr-FR/website/docs/polyfills/intl-numberformat.md
Expand Up @@ -38,9 +38,9 @@ yarn add @formatjs/intl-numberformat

This package requires the following capabilities:

1. [`Intl.PluralRules`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules)

2. If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).
- [`Intl.PluralRules`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules)

## Features

Expand Down
3 changes: 2 additions & 1 deletion translated/fr-FR/website/docs/polyfills/intl-pluralrules.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-pluralrules

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Usage

Expand Down
Expand Up @@ -38,11 +38,10 @@ yarn add @formatjs/intl-relativetimeformat

This package requires the following capabilities:

1. [Intl.PluralRules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules)

2. If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).

3. If you need `formatToParts` and have to support IE11- or Node 10-, you'd need to polyfill using [`@formatjs/intl-numberformat`](intl-numberformat.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).
- [`Intl.PluralRules`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules) or [polyfill](intl-pluralrules.md).
- If you need `formatToParts` and have to support IE11- or Node 10-, you'd need to polyfill using [`@formatjs/intl-numberformat`](intl-numberformat.md).

## Usage

Expand Down
7 changes: 4 additions & 3 deletions translated/ja-JP/website/docs/guides/runtime-requirements.md
Expand Up @@ -45,6 +45,7 @@ If you're using `react-intl` in React Native, make sure your runtime has built-i
If you cannot use the Intl variant of JSC (e.g on iOS), follow the instructions in [polyfills](./polyfills.md) to polyfill the following APIs (in this order):

1. [Intl.getCanonicalLocales](./polyfills/intl-getcanonicallocales.md)
2. [Intl.PluralRules](./polyfills/intl-pluralrules.md)
3. [Intl.NumberFormat](./polyfills/intl-numberformat.md)
4. [Intl.DateTimeFormat](./polyfills/intl-datetimeformat.md)
1. [Intl.Locale](./polyfills/intl-locale.md)
1. [Intl.PluralRules](./polyfills/intl-pluralrules.md)
1. [Intl.NumberFormat](./polyfills/intl-numberformat.md)
1. [Intl.DateTimeFormat](./polyfills/intl-datetimeformat.md)
Expand Up @@ -47,9 +47,9 @@ yarn add @formatjs/intl-datetimeformat

This package requires the following capabilities:

1. If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).

2. [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat)
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).
- [`Intl.NumberFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat)

## Usage

Expand Down
3 changes: 2 additions & 1 deletion translated/ja-JP/website/docs/polyfills/intl-displaynames.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-displaynames

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Features

Expand Down
3 changes: 2 additions & 1 deletion translated/ja-JP/website/docs/polyfills/intl-listformat.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-listformat

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Usage

Expand Down
3 changes: 2 additions & 1 deletion translated/ja-JP/website/docs/polyfills/intl-locale.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-locale

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Usage

Expand Down
6 changes: 3 additions & 3 deletions translated/ja-JP/website/docs/polyfills/intl-numberformat.md
Expand Up @@ -38,9 +38,9 @@ yarn add @formatjs/intl-numberformat

This package requires the following capabilities:

1. [`Intl.PluralRules`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules)

2. If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).
- [`Intl.PluralRules`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules)

## Features

Expand Down
3 changes: 2 additions & 1 deletion translated/ja-JP/website/docs/polyfills/intl-pluralrules.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-pluralrules

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Usage

Expand Down
Expand Up @@ -38,11 +38,10 @@ yarn add @formatjs/intl-relativetimeformat

This package requires the following capabilities:

1. [Intl.PluralRules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules)

2. If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).

3. If you need `formatToParts` and have to support IE11- or Node 10-, you'd need to polyfill using [`@formatjs/intl-numberformat`](intl-numberformat.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).
- [`Intl.PluralRules`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules) or [polyfill](intl-pluralrules.md).
- If you need `formatToParts` and have to support IE11- or Node 10-, you'd need to polyfill using [`@formatjs/intl-numberformat`](intl-numberformat.md).

## Usage

Expand Down
7 changes: 4 additions & 3 deletions translated/pt-PT/website/docs/guides/runtime-requirements.md
Expand Up @@ -45,6 +45,7 @@ If you're using `react-intl` in React Native, make sure your runtime has built-i
If you cannot use the Intl variant of JSC (e.g on iOS), follow the instructions in [polyfills](./polyfills.md) to polyfill the following APIs (in this order):

1. [Intl.getCanonicalLocales](./polyfills/intl-getcanonicallocales.md)
2. [Intl.PluralRules](./polyfills/intl-pluralrules.md)
3. [Intl.NumberFormat](./polyfills/intl-numberformat.md)
4. [Intl.DateTimeFormat](./polyfills/intl-datetimeformat.md)
1. [Intl.Locale](./polyfills/intl-locale.md)
1. [Intl.PluralRules](./polyfills/intl-pluralrules.md)
1. [Intl.NumberFormat](./polyfills/intl-numberformat.md)
1. [Intl.DateTimeFormat](./polyfills/intl-datetimeformat.md)
Expand Up @@ -47,9 +47,9 @@ yarn add @formatjs/intl-datetimeformat

This package requires the following capabilities:

1. If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).

2. [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat)
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).
- [`Intl.NumberFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat)

## Usage

Expand Down
3 changes: 2 additions & 1 deletion translated/pt-PT/website/docs/polyfills/intl-displaynames.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-displaynames

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Features

Expand Down
3 changes: 2 additions & 1 deletion translated/pt-PT/website/docs/polyfills/intl-listformat.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-listformat

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Usage

Expand Down
3 changes: 2 additions & 1 deletion translated/pt-PT/website/docs/polyfills/intl-locale.md
Expand Up @@ -36,7 +36,8 @@ yarn add @formatjs/intl-locale

## Requirements

If you're supporting IE11-, this requires [`Intl.getCanonicalLocales`](intl-getcanonicallocales.md).
- [`Intl.getCanonicalLocales`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales) or [polyfill](intl-getcanonicallocales.md)
- [`Intl.Locale`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale) or [polyfill](intl-locale.md).

## Usage

Expand Down

0 comments on commit 86784ff

Please sign in to comment.