Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete Polish translation based on English file #545

Closed
jelveh opened this issue Jul 6, 2024 · 1 comment
Closed

Complete Polish translation based on English file #545

jelveh opened this issue Jul 6, 2024 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed translation Translation and localization

Comments

@jelveh
Copy link
Contributor

jelveh commented Jul 6, 2024

The Polish translation file (pl.js) needs to be updated to include all translations present in the English file (en.js). Currently, the Polish 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/pl.js
  2. For each translation key in en.js, ensure a corresponding translation exists in pl.js
  3. If a translation is missing in pl.js, add it with an appropriate Polish translation
  4. If any translations in pl.js are outdated or incorrect, update them to match the current English version

Additional notes

  • Please ensure that the translations are culturally appropriate and maintain the intended meaning of the English text
  • If certain terms or phrases don't have a direct Polish equivalent, consider adding translator notes or using transliteration where appropriate

Files to be updated

  • src/gui/src/i18n/translations/pl.js

Related files

  • src/gui/src/i18n/translations/en.js (reference file)

Thank you for helping to improve the Polish localization of our project!

@jelveh jelveh added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed translation Translation and localization and removed enhancement New feature or request labels Jul 6, 2024
@jelveh
Copy link
Contributor Author

jelveh commented Jul 16, 2024

Completed via #598

@jelveh jelveh closed this as completed Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed translation Translation and localization
Projects
None yet
Development

No branches or pull requests

1 participant