Skip to content

mydoge-com/wallet-translations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translation files for MyDoge Wallet

  • en.js - English
  • es.js - Spanish
  • fr.js - French
  • ja.js - Japanese
  • ko.js - Korean
  • pt.js - Portuguese
  • zh.js - Chinese
  • de.js - German
  • vn.js - Vietnamese
  • ru.js - Russian
  • tr.js - Turkish

Getting Started

Prerequisites

Before you begin, ensure you have Node.js and npm installed on your system.

Installation

  1. Clone the repository:

    git clone https://github.com/mydoge-com/wallet-translations.git
    cd wallet-translations
    
  2. Install dependencies:

    npm install
    

Formatting

This project uses ESLint for code formatting. To format the code:

  1. Run ESLint:

    npm run lint
    
  2. If you're using Visual Studio Code, you can install the ESLint extension and enable "Format on Save" for automatic formatting.

Contributing

When adding or modifying translations:

  1. Make your changes in the appropriate language file (e.g., fr.js for French).
  2. Run the ESLint formatter to ensure consistent code style.
  3. Test your changes thoroughly.
  4. Submit a pull request with a clear description of your modifications.

About

Multi-language support data for MyDoge Wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published