@theia/localization-manager 1.57.0-next.7 → 1.57.0

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -45,7 +45,6 @@ Additionally, Theia provides a simple way to translate the generated JSON files
45
45
  }
46
46
  ```
47
47
 
48
-
49
48
  Only JSON entries without corresponding translations are translated using DeepL. This ensures that manual changes to the translated files aren't overwritten and only new translation entries are actually sent to DeepL.
50
49
 
51
50
  Use `theia nls-localize --help` for more information on how to use the command and supply DeepL API keys.
@@ -63,5 +62,6 @@ For more information, see the [internationalization documentation](https://theia
63
62
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
64
63
 
65
64
  ## Trademark
65
+
66
66
  "Theia" is a trademark of the Eclipse Foundation
67
- https://www.eclipse.org/theia
67
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/localization-manager",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.0",
4
4
  "description": "Theia localization manager API.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,10 +40,10 @@
40
40
  "typescript": "~5.4.5"
41
41
  },
42
42
  "devDependencies": {
43
- "@theia/ext-scripts": "1.56.0"
43
+ "@theia/ext-scripts": "1.57.0"
44
44
  },
45
45
  "nyc": {
46
46
  "extends": "../../configs/nyc.json"
47
47
  },
48
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
48
+ "gitHead": "ca1d948d897b9a774f8cd68bb76bd2f335609cd4"
49
49
  }