Translations Needed
#16
Damn not sure how to take care of that then ...
Reply
#17
XBMCG33K Wrote:Damn not sure how to take care of that then ...

Recent XBMC Dharma includes full range unicode font arial.ttf.
So, you just add Arial fontset in font.xml. It's enough.
Here => http://pastebin.com/70tHUjjz<= is Arial fontset for xperience 1.0 skin.

When using arial.ttf instead default fontset, typography of skin is not good as original xperience fontset. But, non-roman character users can use this skin at least. Users who want alternative font may rename his favorite font to arial.ttf.

If you want to test your skin on non-roman character environment, I can help.

Sorry for my Konglish.Smile
Reply
#18
XBMCG33K haven't you downloaded my translation? can you send me the preview version of the skin to test the translation before release?

regards,
Reply
#19
I have already tested it and it works great man thank you. And the preview copy goes to epoke as he posted his translation first. Not my fault you couldn't upload it here Tongue
Reply
#20
Still looking for more translations, would do myself but the xbmc translation tool doesn't seem to work properly ...
Reply
#21
Well, it would be great if you could edit your first post with the missing languages. So that it's easy so see if one can help you out with a translation that's still missing.
Reply
#22
First post updated Smile
Reply
#23
XBMCG33K Wrote:Here is the updated strings.xml for Xperience 1.1 if anyone would like to translate to another language I'll be more than happy to add the updated translations to the official svn.

Thanks to anyone willing to help out Smile

Only translations have been:

English
Spanish
Korean (not currently working however)
Polish

I received your preview copy of 1.1 version and tested. Thank you very much.
Korean strings works fine with arial fontset and with my customized Korean fontset.
I tested on Dharma rev. 34927 with Korean Windows 7 x64.

I found only minor problem like below screenshot.

Image

It happens only with arial fontset. I think this is not a skin problem but a font problem.
Arial font may have some problem to display 'tab' in xml file.

Code:
<control type="radiobutton" id="6401">
    <description>Home Toggles</description>
    <height>51</height>
    <width>800</width>
    [b][i]<label>                $LOCALIZE[31114] $LOCALIZE[31149]</label>[/i][/b]
    <align>left</align>
    <aligny>center</aligny>
    <textcolor>greyblue</textcolor>
    <focusedcolor>cusettings1</focusedcolor>
    <font>Settings</font>
    <texturefocus>windows/settings/images/right-focus.png</texturefocus>
    <texturenofocus>-</texturenofocus>
    <onclick>Skin.ToggleSetting(homemovies)</onclick>
    <selected>Skin.HasSetting(homemovies)</selected>
    <textoffsetx>20</textoffsetx>
    <textoffsety>0</textoffsety>
    <visible>Skin.HasSetting(homeconfig1-1)</visible>
    <include>closeanim</include>
</control>
Reply
#24
Hi !
I'm working on a french translation.

I notice these mistakes on the English file :
- 31368 : This button will Load your video library
Maybe 'movies' will be better than 'video'

- 31117 : RSS Possition
(Position, no ?)

I've almost finished ... will you want the strings file here ? (MP ? Email ?)
Thanks this super skin !
Big Grin
Reply
#25
Damn i'll fix those in our strings... and please just pm me the translations Smile
Reply
#26
Chinese (Simple) string file here:

<summary lang="zh">Blackbolt小组开发的Xperience</summary>
<description lang="zh">我们开发Xperience的目标是模拟Xbox新体验界面(NXE)并溶入我们自己的特色,它正是你想要的成熟界面设计。</description>
Reply
#27
epoke Wrote:I received your preview copy of 1.1 version and tested. Thank you very much.
Korean strings works fine with arial fontset and with my customized Korean fontset.
I tested on Dharma rev. 34927 with Korean Windows 7 x64.

I found only minor problem like below screenshot.

Image

It happens only with arial fontset. I think this is not a skin problem but a font problem.
Arial font may have some problem to display 'tab' in xml file.

Code:
<control type="radiobutton" id="6401">
    <description>Home Toggles</description>
    <height>51</height>
    <width>800</width>
    [b][i]<label>                $LOCALIZE[31114] $LOCALIZE[31149]</label>[/i][/b]
    <align>left</align>
    <aligny>center</aligny>
    <textcolor>greyblue</textcolor>
    <focusedcolor>cusettings1</focusedcolor>
    <font>Settings</font>
    <texturefocus>windows/settings/images/right-focus.png</texturefocus>
    <texturenofocus>-</texturenofocus>
    <onclick>Skin.ToggleSetting(homemovies)</onclick>
    <selected>Skin.HasSetting(homemovies)</selected>
    <textoffsetx>20</textoffsetx>
    <textoffsety>0</textoffsety>
    <visible>Skin.HasSetting(homeconfig1-1)</visible>
    <include>closeanim</include>
</control>

'tab' is not a visible character, i think it's not exist in any other font file. suggest use 'space' to alter
Reply

Logout Mark Read Team Forum Stats Members Help
Translations Needed0