@generaltranslation/supported-locales 2.0.36 → 2.0.38

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +16 -8
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @generaltranslation/supported-locales
2
2
 
3
+ ## 2.0.38
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`eb07e8c`](https://github.com/generaltranslation/gt/commit/eb07e8ce1b610551437b40f96c72ac76d0af7b67)]:
8
+ - generaltranslation@8.1.7
9
+
10
+ ## 2.0.37
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`feada39`](https://github.com/generaltranslation/gt/commit/feada3918ad78a1584f07245ac158c2d994a38da)]:
15
+ - generaltranslation@8.1.6
16
+
3
17
  ## 2.0.36
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -1,17 +1,25 @@
1
1
  <p align="center">
2
- <a href="https://generaltranslation.com" target="_blank">
3
- <img src="https://generaltranslation.com/gt-logo-light.svg" alt="General Translation" width="100" height="100">
2
+ <a href="https://generaltranslation.com/docs">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://generaltranslation.com/gt-logo-dark.svg">
5
+ <source media="(prefers-color-scheme: light)" srcset="https://generaltranslation.com/gt-logo-light.svg">
6
+ <img alt="General Translation" src="https://generaltranslation.com/gt-logo-light.svg" width="100" height="100">
7
+ </picture>
4
8
  </a>
5
9
  </p>
6
10
 
7
- # General Translation Supported Locales
11
+ <p align="center">
12
+ <a href="https://generaltranslation.com/docs"><strong>Documentation</strong></a> · <a href="https://github.com/generaltranslation/gt/issues">Report Bug</a>
13
+ </p>
8
14
 
9
- List of supported locales for General Translation. We update this list frequently, and will release a new version of this library when we do.
15
+ # @generaltranslation/supported-locales
10
16
 
11
- See our [docs](https://generaltranslation.com/docs) for more information including guides, examples, and API references.
17
+ List of supported locales for General Translation.
12
18
 
13
- ## Contributing
19
+ ## Installation
14
20
 
15
- We welcome any contributions to our libraries. Please submit a pull request!
21
+ ```bash
22
+ npm install @generaltranslation/supported-locales
23
+ ```
16
24
 
17
- To request a new locale, please submit an issue on our [GitHub repository](https://github.com/generaltranslation/gt/issues).
25
+ See the [full documentation](https://generaltranslation.com/docs) for guides and API reference.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@generaltranslation/supported-locales",
3
- "version": "2.0.36",
3
+ "version": "2.0.38",
4
4
  "description": "List of supported locales for General Translation",
5
5
  "main": "./dist/index.cjs.min.cjs",
6
6
  "module": "./dist/index.esm.min.mjs",
@@ -34,7 +34,7 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
- "generaltranslation": "8.1.5"
37
+ "generaltranslation": "8.1.7"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@rollup/plugin-commonjs": "^28.0.1",