diff options
| author | Mohamed Suhaib <[email protected]> | 2022-11-09 22:43:19 +0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-09 17:43:19 +0000 |
| commit | 5a09c8968fce19863bb29b99533b05bf1594182b (patch) | |
| tree | 29a643829f461faac4453515412be181bd00f56e /src | |
| parent | f1f4ad49a55574b60e0c03f9fb3e5e85ce072fd2 (diff) | |
| download | faker-5a09c8968fce19863bb29b99533b05bf1594182b.tar.xz faker-5a09c8968fce19863bb29b99533b05bf1594182b.zip | |
chore: remove broken source urls found in some locales (#1511)
Diffstat (limited to 'src')
35 files changed, 2 insertions, 35 deletions
diff --git a/src/locales/ar/date/month.ts b/src/locales/ar/date/month.ts index 9888b205..9da7bf76 100644 --- a/src/locales/ar/date/month.ts +++ b/src/locales/ar/date/month.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'كَانُون ٱلثَّانِي', diff --git a/src/locales/ar/date/weekday.ts b/src/locales/ar/date/weekday.ts index 391e15ce..4d727c66 100644 --- a/src/locales/ar/date/weekday.ts +++ b/src/locales/ar/date/weekday.ts @@ -1,6 +1,5 @@ import type { DateEntryDefinition } from '../../../definitions'; -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: [ 'الأحَد', diff --git a/src/locales/az/date/month.ts b/src/locales/az/date/month.ts index cadc11b7..be61c240 100644 --- a/src/locales/az/date/month.ts +++ b/src/locales/az/date/month.ts @@ -1,4 +1,3 @@ -// source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/ru.xml#L1734 export default { wide: [ 'yanvar', diff --git a/src/locales/az/date/weekday.ts b/src/locales/az/date/weekday.ts index 54b29902..3f89aab7 100644 --- a/src/locales/az/date/weekday.ts +++ b/src/locales/az/date/weekday.ts @@ -1,4 +1,3 @@ -// source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/ru.xml#L1825 export default { wide: [ 'Bazar', diff --git a/src/locales/cz/date/month.ts b/src/locales/cz/date/month.ts index bd63055d..e57767ec 100644 --- a/src/locales/cz/date/month.ts +++ b/src/locales/cz/date/month.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'Leden', diff --git a/src/locales/cz/date/weekday.ts b/src/locales/cz/date/weekday.ts index ccc0a354..fa214420 100644 --- a/src/locales/cz/date/weekday.ts +++ b/src/locales/cz/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: ['Pondělí', 'Úterý', 'Středa', 'čtvrtek', 'Pátek', 'Sobota', 'Neděle'], // Property "wide_context" is optional, if not set then "wide" will be used instead diff --git a/src/locales/de/date/month.ts b/src/locales/de/date/month.ts index dee5aed0..3d647a36 100644 --- a/src/locales/de/date/month.ts +++ b/src/locales/de/date/month.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'Januar', diff --git a/src/locales/de/date/weekday.ts b/src/locales/de/date/weekday.ts index 67600126..18c92788 100644 --- a/src/locales/de/date/weekday.ts +++ b/src/locales/de/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: [ 'Sonntag', diff --git a/src/locales/en/date/month.ts b/src/locales/en/date/month.ts index 3e6fa1db..7dc2ca25 100644 --- a/src/locales/en/date/month.ts +++ b/src/locales/en/date/month.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'January', diff --git a/src/locales/en/date/weekday.ts b/src/locales/en/date/weekday.ts index 34447f9c..8d269aef 100644 --- a/src/locales/en/date/weekday.ts +++ b/src/locales/en/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: [ 'Sunday', diff --git a/src/locales/es/date/month.ts b/src/locales/es/date/month.ts index 8c69d20e..9efd6b59 100644 --- a/src/locales/es/date/month.ts +++ b/src/locales/es/date/month.ts @@ -1,4 +1,4 @@ -// Sources: https://www.unicode.org/cldr/cldr-aux/charts/28/summary/es.html and https://www.wikilengua.org/index.php/Abreviaciones_en_fechas +// Sources: https://www.wikilengua.org/index.php/Abreviaciones_en_fechas export default { wide: [ 'enero', diff --git a/src/locales/es/date/weekday.ts b/src/locales/es/date/weekday.ts index 00389238..88e3de6d 100644 --- a/src/locales/es/date/weekday.ts +++ b/src/locales/es/date/weekday.ts @@ -1,4 +1,4 @@ -// Sources: https://www.unicode.org/cldr/cldr-aux/charts/28/summary/es.html and https://www.wikilengua.org/index.php/Abreviaciones_en_fechas +// Sources: https://www.wikilengua.org/index.php/Abreviaciones_en_fechas export default { wide: [ 'domingo', diff --git a/src/locales/fa/date/weekday.ts b/src/locales/fa/date/weekday.ts index 7b768be8..c30f6884 100644 --- a/src/locales/fa/date/weekday.ts +++ b/src/locales/fa/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: ['شنبه', 'یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پتچشنبه', 'جمعه'], wide_context: [ diff --git a/src/locales/fr/date/month.ts b/src/locales/fr/date/month.ts index 8bb58116..7edba9e8 100644 --- a/src/locales/fr/date/month.ts +++ b/src/locales/fr/date/month.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'Janvier', diff --git a/src/locales/fr/date/weekday.ts b/src/locales/fr/date/weekday.ts index 726378e2..ceb0fbfe 100644 --- a/src/locales/fr/date/weekday.ts +++ b/src/locales/fr/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: [ 'Dimanche', diff --git a/src/locales/fr_CH/date/month.ts b/src/locales/fr_CH/date/month.ts index 8bb58116..7edba9e8 100644 --- a/src/locales/fr_CH/date/month.ts +++ b/src/locales/fr_CH/date/month.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'Janvier', diff --git a/src/locales/fr_CH/date/weekday.ts b/src/locales/fr_CH/date/weekday.ts index 726378e2..ceb0fbfe 100644 --- a/src/locales/fr_CH/date/weekday.ts +++ b/src/locales/fr_CH/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: [ 'Dimanche', diff --git a/src/locales/he/date/month.ts b/src/locales/he/date/month.ts index b24c8036..dce72267 100644 --- a/src/locales/he/date/month.ts +++ b/src/locales/he/date/month.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'ינואר', diff --git a/src/locales/he/date/weekday.ts b/src/locales/he/date/weekday.ts index ea983251..8f2defd1 100644 --- a/src/locales/he/date/weekday.ts +++ b/src/locales/he/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: [ 'יום ראשון', diff --git a/src/locales/hr/date/month.ts b/src/locales/hr/date/month.ts index e0c9862a..2a0ab6a4 100644 --- a/src/locales/hr/date/month.ts +++ b/src/locales/hr/date/month.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'siječanj', diff --git a/src/locales/hr/date/weekday.ts b/src/locales/hr/date/weekday.ts index 53aebe66..ad34f674 100644 --- a/src/locales/hr/date/weekday.ts +++ b/src/locales/hr/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: [ 'nedjelja', diff --git a/src/locales/mk/date/month.ts b/src/locales/mk/date/month.ts index 79f06d1b..bfd7f911 100644 --- a/src/locales/mk/date/month.ts +++ b/src/locales/mk/date/month.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'јануари', diff --git a/src/locales/mk/date/weekday.ts b/src/locales/mk/date/weekday.ts index 306ad2e0..1c0e35bf 100644 --- a/src/locales/mk/date/weekday.ts +++ b/src/locales/mk/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: [ 'недела', diff --git a/src/locales/nl/date/month.ts b/src/locales/nl/date/month.ts index 24b0821d..131b7574 100644 --- a/src/locales/nl/date/month.ts +++ b/src/locales/nl/date/month.ts @@ -1,4 +1,3 @@ -// source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'januari', diff --git a/src/locales/nl/date/weekday.ts b/src/locales/nl/date/weekday.ts index 899d3f35..42330684 100644 --- a/src/locales/nl/date/weekday.ts +++ b/src/locales/nl/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: [ 'zondag', diff --git a/src/locales/pt_BR/date/month.ts b/src/locales/pt_BR/date/month.ts index 633b7774..47b31579 100644 --- a/src/locales/pt_BR/date/month.ts +++ b/src/locales/pt_BR/date/month.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'Janeiro', diff --git a/src/locales/pt_BR/date/weekday.ts b/src/locales/pt_BR/date/weekday.ts index 84ee1bba..e7d5069f 100644 --- a/src/locales/pt_BR/date/weekday.ts +++ b/src/locales/pt_BR/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: ['Domingo', 'Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sábado'], // Property "wide_context" is optional, if not set then "wide" will be used instead diff --git a/src/locales/pt_PT/date/month.ts b/src/locales/pt_PT/date/month.ts index 945ec5e0..6b01db15 100644 --- a/src/locales/pt_PT/date/month.ts +++ b/src/locales/pt_PT/date/month.ts @@ -1,4 +1,3 @@ -// Source: https://unicode.org/cldr/trac/browser/trunk/common/main/pt.xml?rev=14409#L1811 export default { wide: [ 'Janeiro', diff --git a/src/locales/pt_PT/date/weekday.ts b/src/locales/pt_PT/date/weekday.ts index 72ad69d5..e3ac2d99 100644 --- a/src/locales/pt_PT/date/weekday.ts +++ b/src/locales/pt_PT/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: https://unicode.org/cldr/trac/browser/trunk/common/main/pt_PT.xml?rev=14409#L491 export default { wide: ['Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sábado', 'Domingo'], abbr: ['Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sáb', 'Dom'], diff --git a/src/locales/ru/date/month.ts b/src/locales/ru/date/month.ts index 9f31b921..24e2830f 100644 --- a/src/locales/ru/date/month.ts +++ b/src/locales/ru/date/month.ts @@ -1,4 +1,3 @@ -// source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/ru.xml#L1734 export default { wide: [ 'январь', diff --git a/src/locales/ru/date/weekday.ts b/src/locales/ru/date/weekday.ts index 178f4b31..3cd3d96d 100644 --- a/src/locales/ru/date/weekday.ts +++ b/src/locales/ru/date/weekday.ts @@ -1,4 +1,3 @@ -// source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/ru.xml#L1825 export default { wide: [ 'Воскресенье', diff --git a/src/locales/sv/date/month.ts b/src/locales/sv/date/month.ts index 2e78ad7c..6e7273e2 100644 --- a/src/locales/sv/date/month.ts +++ b/src/locales/sv/date/month.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'januari', diff --git a/src/locales/sv/date/weekday.ts b/src/locales/sv/date/weekday.ts index 624b983f..ec2a5e8a 100644 --- a/src/locales/sv/date/weekday.ts +++ b/src/locales/sv/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: ['söndag', 'måndag', 'tisdag', 'onsdag', 'torsdag', 'fredag', 'lördag'], abbr: ['sön', 'mån', 'tis', 'ons', 'tor', 'fre', 'lör'], diff --git a/src/locales/vi/date/month.ts b/src/locales/vi/date/month.ts index c7096c86..d576d56a 100644 --- a/src/locales/vi/date/month.ts +++ b/src/locales/vi/date/month.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 export default { wide: [ 'Tháng Giêng', diff --git a/src/locales/vi/date/weekday.ts b/src/locales/vi/date/weekday.ts index 4c33a4c2..37f8f020 100644 --- a/src/locales/vi/date/weekday.ts +++ b/src/locales/vi/date/weekday.ts @@ -1,4 +1,3 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 export default { wide: [ 'Chủ nhật', |
