@sanity/locale-nl-nl 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -6
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Dutch / Nederlands language support for [Sanity Studio](https://www.sanity.io/).
|
|
|
4
4
|
|
|
5
5
|
## Description
|
|
6
6
|
|
|
7
|
-
This is
|
|
7
|
+
This is a community maintained language plugin. Initial translations were done by AI and may have errors. Contributions are [more than welcome](#contributing)!
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
@@ -48,11 +48,6 @@ export default defineConfig({
|
|
|
48
48
|
})
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
## Maintainers
|
|
52
|
-
|
|
53
|
-
We are looking for maintainers for this plugin!
|
|
54
|
-
If you are interested, please [send a PR](/CONTRIBUTING.md#maintaining-a-locale) adding yourself as a maintainer.
|
|
55
|
-
|
|
56
51
|
## Contributing
|
|
57
52
|
|
|
58
53
|
Feel free to contribute improvements/changes! The strings are located in the `src` folder, where the file name represents the "namespace". Send a pull request, and feel free to add yourself to the `contributors` array in `locales/registry.ts`. If you want to help review new translations, add yourself to the `maintainers` array instead. After doing your changes, run `pnpm run reconcile` and add the changes to version control.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/locale-nl-nl",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Dutch / Nederlands locale/translation for Sanity Studio",
|
|
6
6
|
"keywords": [
|
|
@@ -20,7 +20,12 @@
|
|
|
20
20
|
"directory": "locales/nl-NL"
|
|
21
21
|
},
|
|
22
22
|
"license": "MIT",
|
|
23
|
-
"contributors": [
|
|
23
|
+
"contributors": [
|
|
24
|
+
{
|
|
25
|
+
"name": "nickspaargaren",
|
|
26
|
+
"url": "https://github.com/nickspaargaren"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
24
29
|
"type": "module",
|
|
25
30
|
"exports": {
|
|
26
31
|
".": {
|