HeyPuter / puter

🌐 The Internet OS! Free, Open-Source, and Self-Hostable.
https://puter.com
GNU Affero General Public License v3.0
22.1k stars 1.4k forks source link

Create Japanese translation based on English file #552

Closed jelveh closed 2 weeks ago

jelveh commented 2 weeks ago

We currently do not have a Japanese translation file for our project. We need to create a new Japanese translation file (ja.js) that includes all translations present in the English file (en.js).

Steps to resolve

  1. Create a new file src/gui/src/i18n/translations/ja.js
  2. Use the contents of src/gui/src/i18n/translations/en.js as a reference
  3. For each translation key in en.js, create a corresponding Japanese translation in ja.js
  4. Ensure all translations are accurate and culturally appropriate

Additional notes

Files to be created

Related files

Thank you for helping to create the Japanese localization for our project! This will greatly improve accessibility for Japanese-speaking users.

jelveh commented 2 weeks ago

closed via #574