@tuhama/translation-manager 0.2.0 → 0.4.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.
@@ -1,19 +1,19 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <link rel="icon" type="image/png" href="/logo.png" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <meta name="description" content="A modern, web-based interface for managing i18n translation files with auto-translation and cleanup tools." />
8
- <meta property="og:title" content="Translation Manager 🌍" />
9
- <meta property="og:description" content="Effortlessly manage your localization files with our premium open-source tool." />
10
- <meta property="og:image" content="/og-image.png" />
11
- <meta property="og:type" content="website" />
12
- <title>Translation Manager</title>
13
- <script type="module" crossorigin src="/assets/index-CvijWYi5.js"></script>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="icon" type="image/png" href="/logo.png" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <meta name="description" content="A modern, web-based interface for managing i18n translation files with auto-translation and cleanup tools." />
8
+ <meta property="og:title" content="Translation Manager 🌍" />
9
+ <meta property="og:description" content="Effortlessly manage your localization files with our premium open-source tool." />
10
+ <meta property="og:image" content="/og-image.png" />
11
+ <meta property="og:type" content="website" />
12
+ <title>Translation Manager</title>
13
+ <script type="module" crossorigin src="/assets/index-ByUmql2E.js"></script>
14
14
  <link rel="stylesheet" crossorigin href="/assets/index-5lMTDHig.css">
15
- </head>
16
- <body>
17
- <div id="root"></div>
18
- </body>
19
- </html>
15
+ </head>
16
+ <body>
17
+ <div id="root"></div>
18
+ </body>
19
+ </html>
package/web/package.json CHANGED
@@ -1,22 +1,22 @@
1
- {
2
- "name": "web",
3
- "version": "1.0.0",
4
- "description": "",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
8
- "dev": "vite",
9
- "build": "vite build",
10
- "preview": "vite preview"
11
- },
12
- "keywords": [],
13
- "author": "",
14
- "license": "ISC",
15
- "type": "module",
16
- "dependencies": {
17
- "@vitejs/plugin-react": "^6.0.1",
18
- "react": "^19.2.4",
19
- "react-dom": "^19.2.4",
20
- "vite": "^8.0.3"
21
- }
22
- }
1
+ {
2
+ "name": "web",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "dev": "vite",
9
+ "build": "vite build",
10
+ "preview": "vite preview"
11
+ },
12
+ "keywords": [],
13
+ "author": "",
14
+ "license": "ISC",
15
+ "type": "module",
16
+ "dependencies": {
17
+ "@vitejs/plugin-react": "^6.0.1",
18
+ "react": "^19.2.4",
19
+ "react-dom": "^19.2.4",
20
+ "vite": "^8.0.3"
21
+ }
22
+ }