fixme-lausanne / MyHackerspace

Android app for hackerspaces status and information, using the SpaceAPI.
https://play.google.com/store/apps/details?id=ch.fixme.status
44 stars 29 forks source link

Missing translations #48

Open rorist opened 8 years ago

rorist commented 8 years ago

We need to update the translation with the latest fields.

Error: "ui_image_status" is not translated in "de" (German), "fr" (French) [MissingTranslation]
    <string name="ui_image_status">Status image of the hackerspace</string>
            ~~~~~~~~~~~~~~~~~~~~~~
/home/travis/build/fixme-lausanne/MyHackerspace/myHackerspace/src/main/res/values/strings.xml:32: Error: "prefs_api_title" is not translated in "de" (German), "fr" (French), "nl" (Dutch) [MissingTranslation]
    <string name="prefs_api_title">SpaceAPI Endpoint</string>
            ~~~~~~~~~~~~~~~~~~~~~~
/home/travis/build/fixme-lausanne/MyHackerspace/myHackerspace/src/main/res/values/strings.xml:33: Error: "prefs_api_summary" is not translated in "de" (German), "fr" (French), "nl" (Dutch) [MissingTranslation]
    <string name="prefs_api_summary">URL to the global SpaceAPI directory (directory.json file)\nExamples:\nhttps://spaceapi.fixme.ch/directory.json\nhttp://spaceapi.net/directory.json</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~
/home/travis/build/fixme-lausanne/MyHackerspace/myHackerspace/src/main/res/values/strings.xml:34: Error: "prefs_api_url_title" is not translated in "da" (Danish), "de" (German), "fr" (French), "nl" (Dutch) [MissingTranslation]
    <string name="prefs_api_url_title">Current hackerspace API</string>
            ~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/travis/build/fixme-lausanne/MyHackerspace/myHackerspace/src/main/res/values/strings.xml:35: Error: "prefs_api_url_summary" is not translated in "da" (Danish), "de" (German), "fr" (French), "nl" (Dutch) [MissingTranslation]
    <string name="prefs_api_url_summary">Override current hackerspace URL (will be lost when choosing an other hackerspace in the list)</string>
rorist commented 8 years ago

Hey there,

@Lokke, @M3NTI0N, @mikini

It would be awesome if you can add the new strings in your languages :)

Cheers

rorist commented 8 years ago

I've made separate issue for the missing translation,