nextcloud/android

i18n: Text strings for setting status

Open

Aperta il 25 gen 2022

Vedi su GitHub
 (10 commenti) (0 reazioni) (0 assegnatari)Java (3752 star) (1719 fork)batch import
approvedbugfeature: statusgood first issuei18n

Descrizione

The following text strings:

  • In 1 hour
  • In 30 minutes

obraz

Should be changed to:

  • 1 hour
  • 30 minutes

They are not present in the application code, which can be thought to be downloaded from Android system.

They are translated into Polish as:

  • Za 1 godzinę
  • Za 30 minut

Which contradicts the given function. It should be correct:

  • Przez 1 godzinę
  • Przez 30 minut

obraz

Guida contributor