nextcloud/android

i18n: Text strings for setting status

Open

#9.750 aberto em 25 de jan. de 2022

Ver no GitHub
 (10 comments) (0 reactions) (0 assignees)Java (1.719 forks)batch import
approvedbugfeature: statusgood first issuei18n

Métricas do repositório

Stars
 (3.752 stars)
Métricas de merge de PR
 (Mesclagem média 8d 15h) (84 fundiu PRs em 30d)

Description

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

Guia do colaborador