nextcloud/talk-android

Add to translation

Valdnet opened this issue · 0 comments

Steps to reproduce

  1. Run application.
  2. Select "Settings".

Expected behaviour

Translated "No proxy" text string in default settings for client certificate configuration.

Actual behaviour

Untranslated "No proxy" text string in default settings for client certificate configuration.

obraz

return runBlocking { async { readString(PROXY_TYPE, "No proxy").first() } }.getCompleted()

if (("No proxy" == newString) || newString.isEmpty()) {

The text string should be consistent with the following:

<string name="nc_no_proxy">No proxy</string>

Device brand and model

Samsung

Android version

12

Nextcloud Talk app version

18.1.0 Alpha 02

Nextcloud server version

No response

Talk version

No response

Custom Signaling server configured

None

Custom TURN server configured

None

Custom STUN server configured

None

Android logs

No response

Server log

No response

Additional information

No response