Last change: 2022–08–12
Visit 👉 translate.urban-bike-computer.com to start translating Urban Biker.
To see the app in your native language, and to support the project! Also, translators are rewarded with free app licenses:
Original texts are completely in English.
%1$s
These are placeholders for text that will be inserted at this position during app runtime. Never delete or change these placeholders! However, you can move them around the sentence freely as needed.
For example, %1$s
tells us this will be replaced with some other text during app runtime.
Digit 1
tells us it's the first placeholder; this is important if there are more than one in the same sentence.
Depending on context, placeholders should be rearranged in a sentence where appropriate.
…
Horizontal ellipsis is a special character …
and should never be replaced by three dots ...
!
See the difference? Ellipsis character looks (and sounds!) nicer and takes less space on the screen.
@string/something
These represent codes which are just a reference to another text (i.e. string). Never alter these codes! Otherwise the app won't compile, and consequently the language won't be included in the next app release.