You can easily add a custom locale based on the built-in ones. PLease, check this repo for locale structure, create a similar file with Norwegian translations and import it into your project. Then just apply it normally:
<script>
import { no } from "./no.js";
</script>
<Locale words={no}>
<Calendar {value} />
</Locale>