Use translated text for ellipsis
This commit is contained in:
parent
a5d49da8b6
commit
84d5a49762
|
@ -13,6 +13,8 @@ sub init()
|
|||
m.extrasSlider.visible = true
|
||||
m.seasons = m.top.findNode("seasons")
|
||||
m.overview = m.top.findNode("overview")
|
||||
|
||||
m.overview.ellipsisText = tr(" ... (Press * to read more)")
|
||||
end sub
|
||||
|
||||
sub itemContentChanged()
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</LayoutGroup>
|
||||
<Label id="genres" />
|
||||
<Label id="tagline" />
|
||||
<Label id="overview" wrap="true" width="1400" maxLines="4" ellipsisText=" ... (Press * to read more)" />
|
||||
<Label id="overview" wrap="true" width="1400" maxLines="4" />
|
||||
<Label id="history" />
|
||||
<JFButton id="Shuffle" minChars="15" text="Shuffle" translation="[90, 640]" visible="false"></JFButton>
|
||||
</LayoutGroup>
|
||||
|
|
|
@ -1251,5 +1251,10 @@
|
|||
<translation>Random</translation>
|
||||
<extracomment>General use word when we want to randomize data</extracomment>
|
||||
</message>
|
||||
<message>
|
||||
<source> ... (Press * to read more)</source>
|
||||
<translation> ... (Press * to read more)</translation>
|
||||
<extracomment>Ellipsis Text for when text overflows its container</extracomment>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
Loading…
Reference in New Issue
Block a user