Issue Details (XML | Word | Printable)

Key: MBS-5238
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Normal Normal
Assignee: Ian McEwen
Reporter: Mihkel Tõnnov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Server

Most of the annotation formatting tip is untranslatable

Created: 29/Aug/12 12:08 PM   Updated: 29/Aug/12 12:14 PM   Resolved: 29/Aug/12 12:13 PM
Component/s: Internationalization
Affects Version/s: Bug fixes, 2012-08-20
Fix Version/s: None

Issue Links:
Duplicate
 


 Description  « Hide

On http://i18n.mbsandbox.org/recording/*/edit_annotation, only a part of the formatting tip is translatable, the rest is always in English:

"<Translated: Annotation Formatting>

<Translated: Annotations support a limited set of wiki formatting options:>

Emphasis: ''italics''; '''bold'''; '''''bold italics'''''; ---- horizontal rule
Headings: = Title 1 =; == Title 2 ==; === Title 3 ===
Lists: tab or 4 spaces and: * bullets; 1., a., A., i., I. numbered items; spaces alone indent
Links: url; [url]; [url|label]

Because square brackets [] are used to create hyperlinks, you have to use the encoded html equivalents (&#91; for [") and (&#93; for ]) if you want them not be converted into hyperlinks. Example: If you want to use [unknown] in the annotation, you'll have to write &#91;unknown&#93; then it will appear the way you intended it to show."



Sort Order: Ascending order - Click to sort in descending order
Ian McEwen added a comment - 29/Aug/12 12:13 PM

This is the same stuff as MBS-5164 (for recording rather than artist, but they use the same template), which is conveniently already in review


Mihkel Tõnnov added a comment - 29/Aug/12 12:14 PM

Ah, good