This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7710 - Greek Transalation improve2
Attached to Project:
Rockbox
Opened by kitsos (Dawndeath07) - Tuesday, 04 September 2007, 21:19 GMT+2
Last edited by Alexander Spyridakis (xaviergr) - Wednesday, 21 November 2007, 13:13 GMT+2
Opened by kitsos (Dawndeath07) - Tuesday, 04 September 2007, 21:19 GMT+2
Last edited by Alexander Spyridakis (xaviergr) - Wednesday, 21 November 2007, 13:13 GMT+2
|
DetailsI improve the greek translation can u tell mou how to make a .diff file into a .lng file thnx in advance
|
This task depends upon
Closed by Alexander Spyridakis (xaviergr)
Wednesday, 21 November 2007, 13:13 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Most recent translation commited.
Wednesday, 21 November 2007, 13:13 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Most recent translation commited.
If you want the .lang file for yourself, copy the .diff to your rockbox source directory (at the spot where there are subdirectories called apps, firmware, doc,...
then type patch -p0 < greek.diff
and the file apps/lang/greek.lang will be patched.
for example:
id: LANG_SYSFONT_CHANNEL_MONO
desc: in sound_settings
user:
<source>
*: none
recording: "Mono"
</source>
<dest>
*: "Μονοφωνικό"
recording: ""
</dest>
is wrong, you should put the Translated text in the <dest> section in the same place as the english text is in the <source> section.
So the <dest> section should look like this:
<dest>
*: none
recording: "Μονοφωνικό"
</dest>
And anyway, it is better to keep any discussion public...