Skip to content

Commit e77225f

Browse files
author
dmihaylo
committed
docs: remove a redundant sentence
1 parent f022efd commit e77225f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/errors.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,17 @@ Below is the list of all controlled errors that could be thrown:
1212

1313
| Type | Message
1414
|:--- |:---
15-
|`NoLocaleError` | Missing locale info for {locale}
15+
|`NoLocaleError` | Missing locale info for {locale}.
1616
|`NoCurrencyError` | Cannot determine currency information. Please load the locale currencies data.
1717
|`NoSupplementalCurrencyError` | Cannot determine currency. Please load the supplemental currencyData.
18-
|`NoCurrencyRegionError` | No currency data for region ${territory}
18+
|`NoCurrencyRegionError` | No currency data for region ${territory}.
1919
|`NoCurrencyDisplay` | Cannot determine currency display information. Please load the locale currencies data. The default culture does not include the all currencies data.
2020
|`NoGMTInfoError` | Cannot determine locale GMT format. Please load the locale timeZoneNames data.
2121
|`NoWeekDataError` | Cannot determine locale first day of week. Please load the supplemental weekData.
2222
|`NoFirstDayError` | Cannot determine locale first day of week. The default culture data includes only en-US first day info. Please load the supplemental weekData.
2323

2424
## Suggested Links
2525

26-
Articles on the Kendo UI Internationalization components:
27-
2826
* [Get Started with CLDR]({% slug cldrdata_overview_internalization %})
2927
* [Get Started with Date Parsing]({% slug dateparsing_internalization %})
3028
* [Get Started with Date Formatting]({% slug dateformatting_internalization %})

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ The Number Parsing and Number Formatting modules provide methods for parsing and
2020

2121
## Suggested Links
2222

23-
Articles on the Kendo UI Internationalization components:
24-
2523
* [Get Started with CLDR]({% slug cldrdata_overview_internalization %})
2624
* [Get Started with Date Parsing]({% slug dateparsing_internalization %})
2725
* [Get Started with Date Formatting]({% slug dateformatting_internalization %})

0 commit comments

Comments
 (0)