-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from theosli/feature/i18n-fr-en
Translation
- Loading branch information
Showing
29 changed files
with
1,698 additions
and
1,787 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,5 @@ module.exports = { | |
singleQuote: true, | ||
tabWidth: 4, | ||
trailingComma: 'es5', | ||
useTabs: false | ||
} | ||
useTabs: false, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,4 @@ | |
|
||
## 0.0.2 - 2024-01-25 | ||
|
||
_First release._ | ||
_First release._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"name": "curator-ai", | ||
"author": "adrien guernier <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/marmelab/curator-ai" | ||
}, | ||
"version": "0.0.6", | ||
"main": "./dist/index.js", | ||
"bin": { | ||
"curate": "./dist/cli.js" | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"*.md", | ||
"dist", | ||
"src" | ||
], | ||
"devDependencies": { | ||
"@types/cli-progress": "^3.11.5", | ||
"@types/jsdom": "^21.1.6", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"@mozilla/readability": "^0.5.0", | ||
"chalk": "^4.1.2", | ||
"cheerio": "^1.0.0-rc.12", | ||
"cli-progress": "^3.12.0", | ||
"commander": "^11.1.0", | ||
"dotenv": "^16.3.1", | ||
"jsdom": "^24.0.0", | ||
"openai": "^4.24.3", | ||
"rss-parser": "^3.13.0" | ||
}, | ||
"scripts": { | ||
"build": "npx tsc", | ||
"start": "ts-node ./src/cli.ts" | ||
} | ||
"name": "curator-ai", | ||
"author": "adrien guernier <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/marmelab/curator-ai" | ||
}, | ||
"version": "0.0.6", | ||
"main": "./dist/index.js", | ||
"bin": { | ||
"curate": "./dist/cli.js" | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"*.md", | ||
"dist", | ||
"src" | ||
], | ||
"devDependencies": { | ||
"@types/cli-progress": "^3.11.5", | ||
"@types/jsdom": "^21.1.6", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"@mozilla/readability": "^0.5.0", | ||
"chalk": "^4.1.2", | ||
"cheerio": "^1.0.0-rc.12", | ||
"cli-progress": "^3.12.0", | ||
"commander": "^11.1.0", | ||
"dotenv": "^16.3.1", | ||
"jsdom": "^24.0.0", | ||
"openai": "^4.24.3", | ||
"rss-parser": "^3.13.0" | ||
}, | ||
"scripts": { | ||
"build": "npx tsc", | ||
"start": "ts-node ./src/cli.ts" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.