diff options
| author | Tito Nobre <[email protected]> | 2018-10-14 02:53:56 +0100 |
|---|---|---|
| committer | Tito Nobre <[email protected]> | 2018-10-14 02:53:56 +0100 |
| commit | a84e3a96ab2fd065f164b8189c865b1678845dcd (patch) | |
| tree | 1806485920ec8aefd8d6a9cb8c563e5c8a8ed9c3 /lib | |
| parent | 07437ff7f3f16067848c68fd7f77b55a2248ed15 (diff) | |
| download | faker-a84e3a96ab2fd065f164b8189c865b1678845dcd.tar.xz faker-a84e3a96ab2fd065f164b8189c865b1678845dcd.zip | |
Update pt_PT references
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/pt_PT/date/month.js | 2 | ||||
| -rw-r--r-- | lib/locales/pt_PT/date/weekday.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/locales/pt_PT/date/month.js b/lib/locales/pt_PT/date/month.js index 12f8bde0..1f23a5b5 100644 --- a/lib/locales/pt_PT/date/month.js +++ b/lib/locales/pt_PT/date/month.js @@ -1,4 +1,4 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799 +// Source: https://unicode.org/cldr/trac/browser/trunk/common/main/pt.xml?rev=14409#L1811 module["exports"] = { wide: [ "Janeiro", diff --git a/lib/locales/pt_PT/date/weekday.js b/lib/locales/pt_PT/date/weekday.js index 277a8553..f34e0216 100644 --- a/lib/locales/pt_PT/date/weekday.js +++ b/lib/locales/pt_PT/date/weekday.js @@ -1,4 +1,4 @@ -// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 +// Source: https://unicode.org/cldr/trac/browser/trunk/common/main/pt_PT.xml?rev=14409#L491 module["exports"] = { wide: [ "Segunda", |
