nextcloud/android

i18n: Text strings for setting status

Open

#9.750 geöffnet am 25. Jan. 2022

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (3.752 Stars) (1.719 Forks)batch import
approvedbugfeature: statusgood first issuei18n

Beschreibung

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

Contributor Guide