Photoprism: Update spanish translation

Created on 30 Sep 2020  路  3Comments  路  Source: photoprism/photoprism

We have spanish translations for our User Interface, but due to changes and added features not everything is translated yet.
The scope of this issue is to prove read the existing translations and add the missing ones.

Acceptance Criteria:

Update frontend translations

  • In /frontend run npm run gettext-extract
  • Install a translation tool e.g. Poedit
  • Open the /frontend/src/locales/es.po file with Poedit
  • In the Poedit menu click "Catalogue" --> "Update from POT File" --> select the translations.pot file from /frontend/src/locales
  • Now you can start proofreading and adding the missing translations
  • Once your done save the changes in the es.po file
  • Run npm run gettext-compile
  • To test your translations you need to build the frontend again using npm run build or npm run watch

Update backend translations

  • Run make generate
  • Open the /assets/locales/es/default.po file with Poedit
  • In the Poedit menu click "Catalogue" --> "Update from POT File" --> select the messages.pot file from /assets/locales/
  • Now you can start proofreading and adding the missing translations
  • Once your done save the changes in the default.po file

If you need help setting up the development environment read our setup guide --> https://docs.photoprism.org/developer-guide/setup/.
We also provide some more information on translations in our docs -->
https://docs.photoprism.org/developer-guide/translations/

easy hacktoberfest help wanted

All 3 comments

Hello, I can work on it, you can assign to me?

Isabeli made this changes for me

@MatheusMuriel I can assign you this one: https://github.com/photoprism/photoprism/issues/528, just leave a comment there in case you want to work on it

Was this page helpful?
0 / 5 - 0 ratings

Related issues

twatzl picture twatzl  路  4Comments

uLUViL3gCs picture uLUViL3gCs  路  3Comments

ligurio picture ligurio  路  5Comments

Linkandzelda picture Linkandzelda  路  5Comments

lastzero picture lastzero  路  4Comments