Skip to content
/ voice Public

How Tortuba apps talk to us. Would you like to help translate them in your language?

Notifications You must be signed in to change notification settings

tortuba/voice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Help us translate Tortuba in your language

Tortuba is a logbook to identify and record marine life encounters, available on iOS, Android and the web.

We want to help everyone spread the word that ocean creatures are cool and deserve to be protected, and we build tools just for that.

Tortuba is a bootstraped company and have limited resources, so we always welcome your help to spread the word and improve the apps.

What can I do to help?

For starters, only the iOS and Android apps texts are open for translation, Web will come later on.

It depends how much time you have, but there are 3 things you can do:

  • report typos/grammar errors
  • correct typos/errors
  • translate in a new language

How can I help?

Reporting typos / Improving existing texts

If you don't have/care to create a Github account, just contact us via the messaging tool in the apps (you can find it in the about section).

If you do have an account:

  • open a New issue
  • write a title, ex: "English - Typo"
  • explain below what should be changed:
    • write the exact string that requires a correction (so that we can find it)
    • write your proposed modification
  • someone will take care of the rest

Correcting typos / Modifying existing texts

  • Read "Structure of the file" below
  • Go to the strings file
  • Click on the edit (pencil) button in the top right corner of the file content
  • Find and fix the relevant piece(s) of text
  • When you're done:
    • head to the bottom of the page, find the "Propose file change" box
    • write a (short) title (eg: "Fix en typo: plaese/please")
    • (optional) add a more detailed explanation below
    • click on "Propose file change"
  • We'll review your changes asap, and ship it with the next update

Translating in a new language

Get ready

  • Ask to join the team via the Tortuba app messaging system (in the about section) or by creating a New issue
  • We'll create a specific branch for the language you want to work on and a specific issue to track any discussion relevant to it
  • Read "Structure of the file" below

Whenever you have time to add some translations

  • Select the proper branch
    • on the main page, there is a dropdown button that reads "Branch: something"
    • change it so that it reads "Branch: language"
  • Go to the strings file
  • Click on the edit (pencil) button in the top right corner of the file content
  • For each keys (in single brackets)
    • add a new ligne with the proper language code and translation
  • If you have a doubt about a translation, post your question in the dedicated issue we created (see above)
  • When you call it a day:
    • head to the bottom of the page, find the "Commit changes" box
    • write a (short) title (eg: "es: Date section")
    • (optional) add a more detailed explanation below
    • click on "Commit changes"

When you have translated everything

  • Ping us in the issue we created for that language (see above)
  • We'll review your changes and build a test version for you to play with
  • If everything looks fine, we'll ship it with the next update

Structure of the file

Important: alignment matters. Make sure you add the proper spaces/tabs

Here's an extract of the file along with explanations

[[Models - Dive]]
  [dive.number]
    tags = ios,android
    en = Number
    fr = Numéro

And how to read that gibberish.

There are lines that you should not modify:

  • [[Models - Dive]]: double brackets are used for sections, it's just used to regroup/organize translations
  • [dive.number]: single brackets define the unique key used by the app to know which translation to load, depending on the language of the user
  • tags: it indicates on which app the key is used
    • ios: for the iOS app
    • android: for the Android app
    • sb: used in iOS storyboard

That leaves us with the lines you can modify, they all look the same:

xx = YYYYYYYY

Where xx is the ISO 639-1 language code:

  • en: English
  • fr: French
  • de: German
  • es: Spanish
  • etc…

And YYYYYYYY is the text for the given language

There are some special characters you might see, use for dynamic texts (ie when part of the text is calculated by the app)

  • %@: to insert a string (eg: "More infos about %@")
  • %i: to insert a number (eg: "%i species found")
  • dates follow a specific pattern (eg: HH:mm, MM/dd/YYYY)

If you encounter a special character, then it means your translation should have one as well. If you're not sure how to handle it, ask us :)

About

How Tortuba apps talk to us. Would you like to help translate them in your language?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published