en.js
- Englishes.js
- Spanishfr.js
- Frenchja.js
- Japaneseko.js
- Koreanpt.js
- Portuguesezh.js
- Chinesede.js
- Germanvn.js
- Vietnameseru.js
- Russiantr.js
- Turkish
Before you begin, ensure you have Node.js and npm installed on your system.
-
Clone the repository:
git clone https://github.com/mydoge-com/wallet-translations.git cd wallet-translations
-
Install dependencies:
npm install
This project uses ESLint for code formatting. To format the code:
-
Run ESLint:
npm run lint
-
If you're using Visual Studio Code, you can install the ESLint extension and enable "Format on Save" for automatic formatting.
When adding or modifying translations:
- Make your changes in the appropriate language file (e.g.,
fr.js
for French). - Run the ESLint formatter to ensure consistent code style.
- Test your changes thoroughly.
- Submit a pull request with a clear description of your modifications.