Skip to content

Commit

Permalink
Fix sr-Latn typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksaps authored and kossnocorp committed Aug 31, 2020
1 parent 12ad743 commit eb7de3c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
20 changes: 10 additions & 10 deletions src/locale/sr-Latn/_lib/formatDistance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,22 @@ var formatDistanceLocale = {

aboutXWeeks: {
one: {
standalone: 'oko 1 nedjelju',
withPrepositionAgo: 'oko 1 nedjelju',
withPrepositionIn: 'oko 1 nedjelju'
standalone: 'oko 1 nedelju',
withPrepositionAgo: 'oko 1 nedelju',
withPrepositionIn: 'oko 1 nedelju'
},
dual: 'oko {{count}} nedjelje',
other: 'oko {{count}} nedjelje'
dual: 'oko {{count}} nedelje',
other: 'oko {{count}} nedelje'
},

xWeeks: {
one: {
standalone: '1 nedjelju',
withPrepositionAgo: '1 nedjelju',
withPrepositionIn: '1 nedjelju'
standalone: '1 nedelju',
withPrepositionAgo: '1 nedelju',
withPrepositionIn: '1 nedelju'
},
dual: '{{count}} nedjelje',
other: '{{count}} nedjelje'
dual: '{{count}} nedelje',
other: '{{count}} nedelje'
},

aboutXMonths: {
Expand Down
4 changes: 2 additions & 2 deletions src/locale/sr-Latn/_lib/localize/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ var dayValues = {
short: ['ned', 'pon', 'uto', 'sre', 'čet', 'pet', 'sub'],
abbreviated: ['ned', 'pon', 'uto', 'sre', 'čet', 'pet', 'sub'],
wide: [
'nedjelja',
'ponedjeljak',
'nedelja',
'ponedeljak',
'utorak',
'sreda',
'četvrtak',
Expand Down
2 changes: 1 addition & 1 deletion src/locale/sr-Latn/_lib/match/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var matchDayPatterns = {
narrow: /^[npusčc]/i,
short: /^(ned|pon|uto|sre|(čet|cet)|pet|sub)/i,
abbreviated: /^(ned|pon|uto|sre|(čet|cet)|pet|sub)/i,
wide: /^(nedjelja|ponedjeljak|utorak|sreda|(četvrtak|cetvrtak)|petak|subota)/i
wide: /^(nedelja|ponedeljak|utorak|sreda|(četvrtak|cetvrtak)|petak|subota)/i
}
var parseDayPatterns = {
narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
Expand Down
30 changes: 15 additions & 15 deletions src/locale/sr-Latn/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
| | | 2019-02-15T12:13:14.015Z | pet | Invalid Date |
| | EEE | 2019-02-11T12:13:14.015Z | pon | Invalid Date |
| | | 2019-02-15T12:13:14.015Z | pet | Invalid Date |
| | EEEE | 2019-02-11T12:13:14.015Z | ponedjeljak | Invalid Date |
| | EEEE | 2019-02-11T12:13:14.015Z | ponedeljak | Invalid Date |
| | | 2019-02-15T12:13:14.015Z | petak | Invalid Date |
| | EEEEE | 2019-02-11T12:13:14.015Z | P | Invalid Date |
| | | 2019-02-15T12:13:14.015Z | P | Invalid Date |
Expand All @@ -62,7 +62,7 @@
| | | 2019-02-15T12:13:14.015Z | 5. | 2019-02-15T00:00:00.000Z |
| | iii | 2019-02-11T12:13:14.015Z | pon | Invalid Date |
| | | 2019-02-15T12:13:14.015Z | pet | Invalid Date |
| | iiii | 2019-02-11T12:13:14.015Z | ponedjeljak | Invalid Date |
| | iiii | 2019-02-11T12:13:14.015Z | ponedeljak | Invalid Date |
| | | 2019-02-15T12:13:14.015Z | petak | Invalid Date |
| | iiiii | 2019-02-11T12:13:14.015Z | P | Invalid Date |
| | | 2019-02-15T12:13:14.015Z | P | Invalid Date |
Expand All @@ -72,7 +72,7 @@
| | | 2019-02-15T12:13:14.015Z | 5. | 2019-02-15T00:00:00.000Z |
| | eee | 2019-02-11T12:13:14.015Z | pon | Invalid Date |
| | | 2019-02-15T12:13:14.015Z | pet | Invalid Date |
| | eeee | 2019-02-11T12:13:14.015Z | ponedjeljak | Invalid Date |
| | eeee | 2019-02-11T12:13:14.015Z | ponedeljak | Invalid Date |
| | | 2019-02-15T12:13:14.015Z | petak | Invalid Date |
| | eeeee | 2019-02-11T12:13:14.015Z | P | Invalid Date |
| | | 2019-02-15T12:13:14.015Z | P | Invalid Date |
Expand All @@ -82,7 +82,7 @@
| | | 2019-02-15T12:13:14.015Z | 5. | 2019-02-15T00:00:00.000Z |
| | ccc | 2019-02-11T12:13:14.015Z | pon | Invalid Date |
| | | 2019-02-15T12:13:14.015Z | pet | Invalid Date |
| | cccc | 2019-02-11T12:13:14.015Z | ponedjeljak | Invalid Date |
| | cccc | 2019-02-11T12:13:14.015Z | ponedeljak | Invalid Date |
| | | 2019-02-15T12:13:14.015Z | petak | Invalid Date |
| | ccccc | 2019-02-11T12:13:14.015Z | P | Invalid Date |
| | | 2019-02-15T12:13:14.015Z | P | Invalid Date |
Expand Down Expand Up @@ -167,7 +167,7 @@
| | PPP | 1987-02-11T12:13:14.015Z | 11. februar 1987. | 1987-02-11T00:00:00.000Z |
| | | 1453-05-29T23:59:59.999Z | 29. maj 1453. | 1453-05-29T00:00:00.000Z |
| | PPPP | 1987-02-11T12:13:14.015Z | sreda, 11. februar 1987. | 1987-02-11T00:00:00.000Z |
| | | 1453-05-29T23:59:59.999Z | nedjelja, 29. maj 1453. | 1453-05-29T00:00:00.000Z |
| | | 1453-05-29T23:59:59.999Z | nedelja, 29. maj 1453. | 1453-05-29T00:00:00.000Z |
| Long localized time | p | 1987-02-11T12:13:14.015Z | 12:13 | 1987-02-11T12:13:00.000Z |
| | | 1453-05-29T23:59:59.999Z | 23:59 | 1453-05-29T23:59:00.000Z |
| | pp | 1987-02-11T12:13:14.015Z | 12:13:14 | 1987-02-11T12:13:14.000Z |
Expand All @@ -183,7 +183,7 @@
| | PPPppp | 1987-02-11T12:13:14.015Z | 11. februar 1987. u 12:13:14 GMT+0 | Errored |
| | | 1453-05-29T23:59:59.999Z | 29. maj 1453. u 23:59:59 GMT+0 | Errored |
| | PPPPpppp | 1987-02-11T12:13:14.015Z | sreda, 11. februar 1987. u 12:13:14 (GMT+00:00) | Errored |
| | | 1453-05-29T23:59:59.999Z | nedjelja, 29. maj 1453. u 23:59:59 (GMT+00:00) | Errored |
| | | 1453-05-29T23:59:59.999Z | nedelja, 29. maj 1453. u 23:59:59 (GMT+00:00) | Errored |

## `formatDistance`

Expand Down Expand Up @@ -293,12 +293,12 @@ If now is January 1st, 2000, 00:00.

If now is January 1st, 2000, 00:00.

| Date | Result |
| ------------------------ | -------------------------- |
| 2000-01-10T00:00:00.000Z | 10. 01. 00. |
| 2000-01-05T00:00:00.000Z | sledeću sredu u 00:00 |
| 2000-01-02T00:00:00.000Z | sutra u 00:00 |
| 2000-01-01T00:00:00.000Z | danas u 00:00 |
| 1999-12-31T00:00:00.000Z | juče u 00:00 |
| 1999-12-27T00:00:00.000Z | prošli ponedjeljak u 00:00 |
| 1999-12-21T00:00:00.000Z | 21. 12. 99. |
| Date | Result |
| ------------------------ | ------------------------- |
| 2000-01-10T00:00:00.000Z | 10. 01. 00. |
| 2000-01-05T00:00:00.000Z | sledeću sredu u 00:00 |
| 2000-01-02T00:00:00.000Z | sutra u 00:00 |
| 2000-01-01T00:00:00.000Z | danas u 00:00 |
| 1999-12-31T00:00:00.000Z | juče u 00:00 |
| 1999-12-27T00:00:00.000Z | prošli ponedeljak u 00:00 |
| 1999-12-21T00:00:00.000Z | 21. 12. 99. |

0 comments on commit eb7de3c

Please sign in to comment.