mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-07-23 09:00:51 -05:00
docs: add Indonesian locale & README improvement (#154)
* Update README.md * Create README_ID.md * Create CONTRIBUTING_ID.md * Create id.json * Add Indonesian locale * Update CONTRIBUTING.md * Update CONTRIBUTING_ID.md * Update README_KR.md * Update README_KR.md * Update README_KR.md * Update README_ID.md * Update README.md * Update README_ID.md * Update README_KR.md * Update README_TR.md * Update README_TR.md * Update README_TR.md * Update README_TR.md * Update README_ID.md * Delete CONTRIBUTING_ID.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README_ID.md * Update README_KR.md * Update README_TR.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Add a flag emoji * Add a emoji to quick nav * Update README_ID.md * Update README_KR.md * Update README_TR.md * Fix turkish readme typo * Remove a country flag emoji * Update README_ID.md * Update README_KR.md * Update README_TR.md * Fix typo * Update i18n.ts * Update i18n.ts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Contributing
|
||||
# 🤝 Contributing
|
||||
|
||||
We're excited that you're interested in contributing to this project! Before submitting your contribution, please read through the following guide.
|
||||
|
||||
## Setup
|
||||
## 🔧 Setup
|
||||
|
||||
This project uses [PNPM](https://pnpm.js.org/) for package management. Please make sure you have it installed before proceeding.
|
||||
|
||||
@@ -12,7 +12,7 @@ This project uses [PNPM](https://pnpm.js.org/) for package management. Please ma
|
||||
4. Click "Install" on the popup to install the development script.
|
||||
5. Make your changes!
|
||||
|
||||
## Linting and Type Checking
|
||||
## ✅ Linting and Type Checking
|
||||
|
||||
This project uses [ESLint](https://eslint.org/) and [TypeScript](https://www.typescriptlang.org/) for linting and type checking, respectively. Please make sure your code passes both before submitting a PR.
|
||||
|
||||
@@ -21,7 +21,7 @@ pnpm run lint
|
||||
pnpm run test
|
||||
```
|
||||
|
||||
## Commit Message Format
|
||||
## 📝 Commit Message Format
|
||||
|
||||
This project follows the [Conventional Commits](https://www.conventionalcommits.org/) specification. Please make sure your commit messages are formatted correctly.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user