android
android copied to clipboard
i18n: Text strings for setting status
The following text strings:
- In 1 hour
- In 30 minutes

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

@tobiasKaminsky do you know where these strings come from?
I think from here: https://github.com/nextcloud/android/blob/7db8069ff06e72e9a42831d485ae7deeaf34b5f6/src/main/java/com/owncloud/android/ui/adapter/PredefinedStatusViewHolder.kt#L46
If the issue is still persisting may I work on it ?
@simunde If you want to fix it, commit then add to PR and wait for approval 😉.
@tobiasKaminsky I am working on this issue and when I change from In 1 hour to 1 hour the Polish translation will change from Za 1 godzinÄ™ to 1 godzinÄ™ not Przez 1 godzinÄ™. Is this correct or I am missing something?
Not sure about polish translation. Maybe @Valdnet can help out?
The text string is most likely from Android. Not present in Transifex translation. I am in favor of the proposal given by @hmncube.
Fine with me. We have same in web ui.
Hi, is this issue still available? If so, can I please be assigned to it?
I’m stepping away from this issue as I’ve had trouble getting the project to build successfully. Can I please be released from it for someone else to take over? Thanks!