owncloud / notes-iOS-App

:notebook:
Other
100 stars 48 forks source link

Add i18n support to app #42

Closed rakekniven closed 4 years ago

rakekniven commented 7 years ago

Add the moment english is the only localization language. Please add i18n support and I will happily provide german translation.

phedlund commented 7 years ago

Already available. The files that need translations for German are in https://github.com/owncloud/notes-iOS-App/tree/master/iOCNotes/de.lproj.

rakekniven commented 7 years ago

Hello Peter, just checked german files and they do not contain any translation. My app shows some german words. See top area of attached screenshot. Are they from iOS system?

General question about translation to german. Should I translate files and provide PR or is translation managed via transifex ( cannot check > not a member of owncloud project anymore)?

2017-01-07 17-23-25 6005

phedlund commented 7 years ago

Correct, they do not contain any translations, but they are available for anyone who wants to take on the task. The files are basically a list of key-value pairs where the values should be replaced by the localized string.

A PR would be fine. There is currently no Transifex integration for this repository.

The German words you see are directly from iOS.

rakekniven commented 7 years ago

See #43

phedlund commented 7 years ago

I forgot about a few strings in https://github.com/owncloud/notes-iOS-App/blob/master/iOCNotes/Settings.bundle/de.lproj/Root.strings. Will you be able to translate those also?

rakekniven commented 7 years ago

Yes, I can do. Do I have to create another Branch/PR?

phedlund commented 7 years ago

Thanks. You can probably use the same branch. I don't know if you need to recreate the PR or if it is automatically reopened.

rakekniven commented 7 years ago

See #44

phedlund commented 4 years ago

German is fully supported. Other languages can be requested.