HeyPuter / puter

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

Complete Norwegian Bokmål translation based on English file #542

Open jelveh opened 4 months ago

jelveh commented 4 months ago

The Norwegian Bokmål translation file (nb.js) needs to be updated to include all translations present in the English file (en.js). Currently, the Norwegian Bokmål translation may be incomplete or outdated compared to the English version.

Steps to resolve

  1. Compare the contents of src/gui/src/i18n/translations/en.js and src/gui/src/i18n/translations/nb.js
  2. For each translation key in en.js, ensure a corresponding translation exists in nb.js
  3. If a translation is missing in nb.js, add it with an appropriate Norwegian Bokmål translation
  4. If any translations in nb.js are outdated or incorrect, update them to match the current English version

Additional notes

Files to be updated

Related files

Thank you for helping to improve the Norwegian Bokmål localization of our project!

ruthwikchikoti commented 1 month ago

@jelveh can you please assign this ?