Skip to content

Commit

Permalink
Merge pull request #599 from mstawick/add_locales
Browse files Browse the repository at this point in the history
prebuilt packages for new locales (pl, da, el)
  • Loading branch information
pithu committed Mar 21, 2022
2 parents 15d3f1c + e0ca77c commit 2ed4338
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/locale/packages/da/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# additional date-time classes that complement those in js-joda

for locale `da.*`

## Motivation

Implementation of locale specific funtionality for js-joda, providing function not implemented in js-joda core

Especially this implements patterns elements to print and parse locale specific dates

This package can be used for the `da.*` locales

for additional info see the main [@js-joda/locale package](https://www.npmjs.com/package/@js-joda/locale)
32 changes: 32 additions & 0 deletions packages/locale/packages/da/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "@js-joda/locale_da",
"version": "4.7.0",
"description": "prebuilt js-joda locale package for locales: da.*",
"repository": {
"type": "git",
"url": "https://github.com/js-joda/js-joda-locale.git"
},
"main": "dist/index.js",
"typings": "dist/js-joda-locale.d.ts",
"keywords": [
"date",
"time",
"locale"
],
"author": "phueper",
"contributors": [
"pithu",
"phueper"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/js-joda/js-joda-locale/issues"
},
"homepage": "https://github.com/js-joda/js-joda-locale#readme",
"peerDependencies": {
"@js-joda/core": ">=3.2.0",
"@js-joda/timezone": "^2.3.0"
},
"dependencies": {},
"devDependencies": {}
}
13 changes: 13 additions & 0 deletions packages/locale/packages/el/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# additional date-time classes that complement those in js-joda

for locale `el.*`

## Motivation

Implementation of locale specific funtionality for js-joda, providing function not implemented in js-joda core

Especially this implements patterns elements to print and parse locale specific dates

This package can be used for the `el.*` locales

for additional info see the main [@js-joda/locale package](https://www.npmjs.com/package/@js-joda/locale)
32 changes: 32 additions & 0 deletions packages/locale/packages/el/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "@js-joda/locale_el",
"version": "4.7.0",
"description": "prebuilt js-joda locale package for locales: el.*",
"repository": {
"type": "git",
"url": "https://github.com/js-joda/js-joda-locale.git"
},
"main": "dist/index.js",
"typings": "dist/js-joda-locale.d.ts",
"keywords": [
"date",
"time",
"locale"
],
"author": "phueper",
"contributors": [
"pithu",
"phueper"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/js-joda/js-joda-locale/issues"
},
"homepage": "https://github.com/js-joda/js-joda-locale#readme",
"peerDependencies": {
"@js-joda/core": ">=3.2.0",
"@js-joda/timezone": "^2.3.0"
},
"dependencies": {},
"devDependencies": {}
}
13 changes: 13 additions & 0 deletions packages/locale/packages/pl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# additional date-time classes that complement those in js-joda

for locale `pl.*`

## Motivation

Implementation of locale specific funtionality for js-joda, providing function not implemented in js-joda core

Especially this implements patterns elements to print and parse locale specific dates

This package can be used for the `pl.*` locales

for additional info see the main [@js-joda/locale package](https://www.npmjs.com/package/@js-joda/locale)
32 changes: 32 additions & 0 deletions packages/locale/packages/pl/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "@js-joda/locale_pl",
"version": "4.7.0",
"description": "prebuilt js-joda locale package for locales: pl.*",
"repository": {
"type": "git",
"url": "https://github.com/js-joda/js-joda-locale.git"
},
"main": "dist/index.js",
"typings": "dist/js-joda-locale.d.ts",
"keywords": [
"date",
"time",
"locale"
],
"author": "phueper",
"contributors": [
"pithu",
"phueper"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/js-joda/js-joda-locale/issues"
},
"homepage": "https://github.com/js-joda/js-joda-locale#readme",
"peerDependencies": {
"@js-joda/core": ">=3.2.0",
"@js-joda/timezone": "^2.3.0"
},
"dependencies": {},
"devDependencies": {}
}
11 changes: 10 additions & 1 deletion packages/locale/prebuilt-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@
],
"ru": [
"ru.*"
]
],
"pl": [
"pl.*"
],
"da": [
"da.*"
],
"el": [
"el.*"
]
}
}

0 comments on commit 2ed4338

Please sign in to comment.