@roxxel/payload-multilang 0.0.1 → 0.0.4

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -67,13 +67,13 @@ Enabled globals get one tab per configured language.
67
67
 
68
68
  Collection lists include a language filter and translation shortcuts for each configured language.
69
69
 
70
- <img src="./docs/assets/admin-ui/collection-list-language-shortcuts.png" alt="Payload collection list with language filter and translation shortcut columns" width="100%">
70
+ <img src="https://github.com/roxxel/payload-multilang/blob/main/docs/assets/admin-ui/collection-list-language-shortcuts.png?raw=true" alt="Payload collection list with language filter and translation shortcut columns" width="100%">
71
71
 
72
72
  Document edit views show the current language, linked translations, and quick actions for opening or creating missing translations.
73
73
 
74
- <img src="./docs/assets/admin-ui/english-post-translations.png" alt="English post edit view showing linked Ukrainian translation action in the language sidebar" width="100%">
74
+ <img src="https://github.com/roxxel/payload-multilang/blob/main/docs/assets/admin-ui/english-post-translations.png?raw=true" alt="English post edit view showing linked Ukrainian translation action in the language sidebar" width="100%">
75
75
 
76
- <img src="./docs/assets/admin-ui/ukrainian-post-translations.png" alt="Ukrainian post edit view showing linked English translation action in the language sidebar" width="100%">
76
+ <img src="https://github.com/roxxel/payload-multilang/blob/main/docs/assets/admin-ui/ukrainian-post-translations.png?raw=true" alt="Ukrainian post edit view showing linked English translation action in the language sidebar" width="100%">
77
77
 
78
78
  ## Query by Language
79
79
 
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "@roxxel/payload-multilang",
3
- "version": "0.0.1",
3
+ "version": "0.0.4",
4
4
  "description": "Polylang-style document localization for Payload CMS",
5
5
  "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/roxxel/payload-multilang.git"
9
+ },
6
10
  "type": "module",
7
11
  "exports": {
8
12
  ".": {