@drone1/alt 0.7.1 → 0.7.2

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -67,7 +67,7 @@ Note that output files can be lower-cased if you pass the ``--normalize-output-f
67
67
 
68
68
  ## Display language
69
69
  ALT CLI itself has been localized so you can use it many languages. For non-English languages, you can set the display language with the `ALT_LANGUAGE` environment variable. Please feel free to submit
70
- an issue or a PR if you'd like to add another language.
70
+ an issue if you do not see your preferred language.
71
71
 
72
72
  ## Config file
73
73
  [_optional_] You can create a config file. By default, `ALT` will search the output directory for `config.json`, but you can specify a path directly using
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@drone1/alt",
4
- "version": "0.7.1",
4
+ "version": "0.7.2",
5
5
  "description": "An AI-powered localization tool",
6
6
  "main": "src/index.mjs",
7
7
  "bin": {
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "git+https://github.com/drone1/ai-localization-tool.git"
16
+ "url": "git+https://github.com/drone1/alt.git"
17
17
  },
18
18
  "keywords": [
19
19
  "localization",
@@ -30,9 +30,9 @@
30
30
  "author": "drone1",
31
31
  "license": "MIT",
32
32
  "bugs": {
33
- "url": "https://github.com/drone1/ai-localization-tool/issues"
33
+ "url": "https://github.com/drone1/alt/issues"
34
34
  },
35
- "homepage": "https://github.com/drone1/ai-localization-tool#readme",
35
+ "homepage": "https://github.com/drone1/alt#readme",
36
36
  "dependencies": {
37
37
  "axios": "^1.8.4",
38
38
  "chalk": "^5.4.1",