lingo.dev 0.63.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.
- package/bin/cli.mjs +3 -0
- package/build/react-next.cjs +2 -0
- package/build/react-next.d.cts +1 -0
- package/build/react-next.d.ts +1 -0
- package/build/react-next.mjs +2 -0
- package/build/react.cjs +2 -0
- package/build/react.d.cts +2 -0
- package/build/react.d.ts +2 -0
- package/build/react.mjs +2 -0
- package/content/banner.png +0 -0
- package/package.json +48 -0
- package/readme.md +22 -0
package/bin/cli.mjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/react-next.ts
|
|
2
|
+
var _next = require('@replexica/react/next'); _createStarExport(_next);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@replexica/react/next';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@replexica/react/next';
|
package/build/react.cjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/react.ts
|
|
2
|
+
var _react = require('@replexica/react'); _createStarExport(_react);
|
package/build/react.d.ts
ADDED
package/build/react.mjs
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "lingo.dev",
|
|
3
|
+
"version": "0.63.0",
|
|
4
|
+
"description": "Lingo.dev CLI",
|
|
5
|
+
"private": false,
|
|
6
|
+
"type": "module",
|
|
7
|
+
"sideEffects": false,
|
|
8
|
+
"exports": {
|
|
9
|
+
"./react": {
|
|
10
|
+
"types": "./build/react.d.ts",
|
|
11
|
+
"import": "./build/react.mjs",
|
|
12
|
+
"require": "./build/react.cjs"
|
|
13
|
+
},
|
|
14
|
+
"./react-next": {
|
|
15
|
+
"types": "./build/react-next.d.ts",
|
|
16
|
+
"import": "./build/react-next.mjs",
|
|
17
|
+
"require": "./build/react-next.cjs"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"engines": {
|
|
21
|
+
"node": ">=18"
|
|
22
|
+
},
|
|
23
|
+
"bin": {
|
|
24
|
+
"lingo.dev": "./bin/cli.mjs"
|
|
25
|
+
},
|
|
26
|
+
"files": [
|
|
27
|
+
"bin",
|
|
28
|
+
"build",
|
|
29
|
+
"content"
|
|
30
|
+
],
|
|
31
|
+
"scripts": {
|
|
32
|
+
"replexica": "./bin/cli.mjs",
|
|
33
|
+
"i18n": "node ./bin/cli.mjs i18n",
|
|
34
|
+
"dev": "tsup --watch",
|
|
35
|
+
"build": "tsc --noEmit && tsup"
|
|
36
|
+
},
|
|
37
|
+
"keywords": [],
|
|
38
|
+
"author": "",
|
|
39
|
+
"license": "Apache-2.0",
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@replexica/cli": "workspace:*",
|
|
42
|
+
"@replexica/react": "workspace:*",
|
|
43
|
+
"typescript": "^5.7.2"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"tsup": "^8.3.5"
|
|
47
|
+
}
|
|
48
|
+
}
|
package/readme.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="./content/banner.png">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
# Lingo.dev
|
|
6
|
+
|
|
7
|
+

|
|
8
|
+
[](https://github.com/replexica/replexica/actions/workflows/release.yml)
|
|
9
|
+
[](https://github.com/replexica/replexica/blob/main/LICENSE.md)
|
|
10
|
+
|
|
11
|
+
[Docs](https://lingo.dev/docs) •
|
|
12
|
+
[Website](https://lingo.dev)
|
|
13
|
+
|
|
14
|
+
Lingo.dev is a localization engine for React, to ship multi-lingual apps fast and reach more users.
|
|
15
|
+
|
|
16
|
+
Lingo.dev supports React apps, and several i18n formats, `.md` files for Markdown content, and classic JSON and YAML-based formats.
|
|
17
|
+
|
|
18
|
+
Lingo.dev comes with an open-source tools and an i18n API in the cloud that performs translations using state-of-the-art context-aware LLMs.
|
|
19
|
+
|
|
20
|
+
## Getting Started
|
|
21
|
+
|
|
22
|
+
Check out our [Docs](https://lingo.dev/docs) for more detailed guides on how to use Lingo.dev with your app!
|