@internationalized/date - Bikram Sambat Patch
This repository contains a patch for the @internationalized/date
package to add support for the Bikram Sambat (Nepali calendar) system.
This patch extends the @internationalized/date
package (version 3.8.0) to include support for the Bikram Sambat calendar system, which is widely used in Nepal. The patch is designed to be applied to both the original build output and source code.
- Adds Bikram Sambat (Nepali calendar) support to
@internationalized/date
- Compatible with version 3.8.0 of the package
- Can be applied to both source code and build output
Patch Version | Package Version | Notes |
---|---|---|
1.0.0 | 3.8.0 | ✅ Supported |
-
Download the appropriate patch file from the
patches
directory based on your@internationalized/date
version. -
Add the patch to your project's
package.json
:{ "pnpm": { "patchedDependencies": { "@internationalized/date": "patches/@internationalized__date.patch" } } }
-
Run
pnpm install
to apply the patch.
Contributions are welcome! Please feel free to submit a Pull Request.
If you find any date conversion issues or inaccuracies in the Bikram Sambat calendar implementation, please create an issue with:
- The specific date(s) that are incorrect
- The expected conversion
- The actual conversion you're seeing
This project is licensed under the same terms as the original @internationalized/date
package.
- Original
@internationalized/date
package by Adobe - React Spectrum team for their work on internationalization