Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 01-21-2017, 04:18 PM   #91
kido.resuri
Groupie
kido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura about
 
Posts: 172
Karma: 4282
Join Date: Dec 2016
Location: Hungary
Device: Kobo Aura H2O
Hungarian User Interface

Dear Hungarian Kobo users!

I (almost) finished the translation of Kobo to Hungarian and made an automated pack, based on helour's Slovak pack (thanks!).
The translation is for the 3.19.5761 firmware version!
For firmware 4.3.9084, read this post.

This pack installs the Hungarian user interface language, an English-Hungarian dictionary, found here: http://ekonyvolvaso.blog.hu/2010/10/...ol_mobi_szotar
and a hyphenation dictionary, found here: http://code.metager.de/source/raw/mo...on/hyph_hu.dic (again, thanks helour!)

The pack will also make some modifications in the config file:

Sets FullScreenReading=true in FeatureSettings section.
EDIT1: As PeterT pointed, FullScreenReading is removed, if you already added, please modify your config file.
Sets page refresh to 90 pages, so it will flicker less while reading. If you experience ghosts, do a manual refresh by tapping the screen twice.
EDIT2:
Set current locale to hu_HU, adding ExtraLocales=hu, these are required to set the User interface to hungarian.


There is also a hungarian keyboard, which has some glitches in Kobo H2O, but works on Glo. The accent charackers work on both devices, so it should be fine.
You must apply the following patch to libnickel. Find guidence for this in the patching thread.
EDIT2: This was only tested in FW 3.19.5761 on H2O and Glo. Newer and older firmwares work differently, so don't apply on them. Please use it at your own risk!
Code:
<Patch>
patch_name = `Hungarian keyboard`
patch_enable = `yes`
# patch_group = `Keyboard alternatives`
#
## Replaces keys on the Extended Latin keypad with Hungarian alternatives.
#
# Enable uppercase for `ß` key
replace_bytes = 851C38, 00 24, 01 24
# Replace layout sign
find_base_address = `ÉŔÇ`
replace_string = 0000, `ÉŔÇ`, `EN/HU`
# Change keyboard layout
find_base_address = `ć\0\0ŕ\0\0č\0\0ě\0\0`
# Second row, left to right:
# (for Touch/Mini/Glo/Aura the first key moves to top row, first column.)
replace_string = 0000, `ć\0`, `q`
replace_string = 0004, `ŕ\0`, `w`
replace_string = 0008, `č\0`, `e`
replace_string = 000C, `ě\0`, `r`
replace_string = 0010, `ň\0`, `t`
replace_string = 0014, `ů\0`, `z`
replace_string = 0018, `á\0`, `u`
replace_string = 001C, `é\0`, `i`
replace_string = 0020, `í\0`, `o`
replace_string = 0024, `ó\0`, `p`
replace_string = 0028, `ú\0`, `ő`
replace_string = 002C, `ý\0`, `ú`
# Third row, left to right:
# (for Touch/Mini/Glo/Aura the first key moves to top row, second column.)
replace_string = 0030, `œ\0`, `a`
replace_string = 0034, `â\0`, `s`
replace_string = 0038, `ę\0`, `d`
replace_string = 003C, `î\0`, `f`
replace_string = 0040, `ô\0`, `g`
replace_string = 0044, `ű\0`, `h`
replace_string = 0048, `ä\0`, `j`
replace_string = 004C, `ë\0`, `k`
replace_string = 0050, `ď\0`, `l`
replace_string = 0054, `ö\0`, `é`
replace_string = 0058, `ü\0`, `á`
replace_string = 005C, `˙\0`, `ű`
# Bottom row, left to right:
replace_string = 0060, `ă\0`, `í`
replace_string = 0064, `ń\0`, `y`
replace_string = 0068, `ő\0`, `c`
replace_string = 006C, `ĺ\0`, `v`
replace_string = 0070, `ß\0`, `b`
replace_string = 0074, `ç\0`, `n`
replace_string = 0078, `đ\0`, `m`
replace_string = 007C, `ř\0`, `ö`
replace_string = 0080, `ij\0`, `ü`
replace_string = 0084, `ł\0`, `ó`
</Patch>
Feel free to post any comments or translation errors you find.
Attached Files
File Type: zip KoboRoot-AllInOne-hu.zip (5.35 MB, 370 views)

Last edited by kido.resuri; 04-12-2017 at 04:00 PM. Reason: Removed FullScreenReading, added infos
kido.resuri is offline   Reply With Quote
Old 01-21-2017, 05:00 PM   #92
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,168
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
I really question adding FullScreenReading=true to the conf file; it has been shown over and over that this adds rendering issues to reading of epub files.
PeterT is offline   Reply With Quote
Advert
Old 01-21-2017, 05:07 PM   #93
kido.resuri
Groupie
kido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura about
 
Posts: 172
Karma: 4282
Join Date: Dec 2016
Location: Hungary
Device: Kobo Aura H2O
Quote:
Originally Posted by PeterT View Post
I really question adding FullScreenReading=true to the conf file; it has been shown over and over that this adds rendering issues to reading of epub files.
Oh. Thanks for pointing that out. I'm removing it then.
kido.resuri is offline   Reply With Quote
Old 01-21-2017, 05:32 PM   #94
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
@kido.resuri
Thank you for your contribution. I am glad that you already removed th FullScreenReding=true, which I was just going to ask you. Users would possibly appreciate to learn which changes are made to the configuration file without having to look at the script (adding hu to ExtraLocales, and setting CurrentLocale to hu_HU). They might also like to be informed about the targeted FW (3.19.5761), which is relevant for the keyboard patch.

I have added a link to the second post.

Last edited by tshering; 01-21-2017 at 05:36 PM.
tshering is offline   Reply With Quote
Old 01-21-2017, 05:37 PM   #95
kido.resuri
Groupie
kido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura about
 
Posts: 172
Karma: 4282
Join Date: Dec 2016
Location: Hungary
Device: Kobo Aura H2O
@tshering Sure, I might was not clear about the script automatically installing and applying the neccessary changes to set the locale and the UI language. I'm adding your reccommendations to the above post.
kido.resuri is offline   Reply With Quote
Advert
Old 02-25-2017, 06:59 AM   #96
surquizu
Evangelist
surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.
 
surquizu's Avatar
 
Posts: 411
Karma: 902071
Join Date: Jun 2008
Location: Zaragoza (Spain)
Device: prs-505, kobo auraHD, kobo auraH2O, kobo Glo HD, kobo aura ONE
Translation into Catalan that includes the menus of the new home screen of firmware v.4.3.8842
Attached Files
File Type: zip CatalŕTranslation_4.3.8842.zip (167.7 KB, 336 views)
surquizu is offline   Reply With Quote
Old 03-14-2017, 05:31 PM   #97
wincepinter
Junior Member
wincepinter began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2017
Device: Kobo Touch N905C
Hungarian translation for 4.3.8945

Dear Hungarian Kobo users!

The (almost completed) translation is for the 4.3.8945 firmware version!
Original post and package by kido.resuri

Tested on Kobo Touch N905C, mark 4
Attached Files
File Type: zip KoboRoot-AllInOne-4.3.8945-hu.zip (5.32 MB, 297 views)
wincepinter is offline   Reply With Quote
Old 03-16-2017, 04:41 PM   #98
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
surquizu and wincepinter,

thank you! I added the links to the second post.
tshering is offline   Reply With Quote
Old 03-18-2017, 06:00 PM   #99
kido.resuri
Groupie
kido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura about
 
Posts: 172
Karma: 4282
Join Date: Dec 2016
Location: Hungary
Device: Kobo Aura H2O
Nice. Well, you could at least ask if there was a translation already... as I already had mine, just wanted to
a) finish all text (and by all, I mean all)
b) wait for the firmware updates settle, as you may noticed there were a number of them lately.
Anyway, just to inform you here, the complete translation is in process now, thank you.
kido.resuri is offline   Reply With Quote
Old 03-31-2017, 07:55 PM   #100
kido.resuri
Groupie
kido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura about
 
Posts: 172
Karma: 4282
Join Date: Dec 2016
Location: Hungary
Device: Kobo Aura H2O
Dear Kobo users!

I finally finished the full translation to Hungarian, for firmware 4.3.8966 and firmware 4.3.9084
As the previous pack for 3.19.5761, this pack installs the Hungarian user interface language, an English-Hungarian dictionary, found here: http://ekonyvolvaso.blog.hu/2010/10/...ol_mobi_szotar
and a hyphenation dictionary, found here: http://code.metager.de/source/raw/mo...on/hyph_hu.dic (again, thanks helour!)

The pack will also make some modifications in the ".kobo/Kobo/Kobo eReader.conf" config file:
- Sets page refresh to 90 pages, so it will flicker less while reading. If you experience ghosts, do a manual refresh by tapping the screen twice.
- Sets current locale to hu_HU, and adds ExtraLocales=hu, these are required to set the User interface to hungarian.

Feel free to post any comments or translation errors you find.

Installation: download the attachment (KoboRoot-AllInOne-hu-4.3.8966.zip), unzip and copy KoboRoot.tgz to Kobo over USB to ".kobo" folder, then safely remove the eReader. The device will automatically update itself and restart with the Hungarian interface language set.

Installation instructions in Hungarian:
Spoiler:

A csatolt állományt (KoboRoot-AllInOne-hu-4.3.8966.tgz) letöltése után tömörítsd ki, és a KoboRoot.tgz fájlt másold át a Kobo-ra USB-n a ".kobo" mappába. Ezután biztonságosan távolítsd el a Kobo-t. Automatikusan telepíti a nyelvi fájlokat és a magyar felülettel indul újra.


EDIT: modified some text, fixed missing translations
Attached Files
File Type: zip KoboRoot-AllInOne-hu-4.3.8966.zip (5.35 MB, 298 views)

Last edited by kido.resuri; 04-12-2017 at 04:00 PM.
kido.resuri is offline   Reply With Quote
Old 04-01-2017, 02:34 PM   #101
kido.resuri
Groupie
kido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura about
 
Posts: 172
Karma: 4282
Join Date: Dec 2016
Location: Hungary
Device: Kobo Aura H2O
There is one strange thing. Some of the text does not apply the translation from the language file. I tried to extract the english language, change only the specific text that doesn't change, and it didn't apply that way either. There are a few of these and I wasn't able to figure it out why. Anyone have any ideas?
kido.resuri is offline   Reply With Quote
Old 04-02-2017, 05:20 AM   #102
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 873
Karma: 252902
Join Date: Jun 2016
Device: Kobo
In the text there are special characters? For example, ˇ or '
Semwize is offline   Reply With Quote
Old 04-02-2017, 07:48 AM   #103
kido.resuri
Groupie
kido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura about
 
Posts: 172
Karma: 4282
Join Date: Dec 2016
Location: Hungary
Device: Kobo Aura H2O
Yes, there are. But there are others with special characters that gets applied...
kido.resuri is offline   Reply With Quote
Old 04-02-2017, 09:40 AM   #104
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 873
Karma: 252902
Join Date: Jun 2016
Device: Kobo
Try to convert special characters to HTML, and use Qt Linguist 5.6.0
Semwize is offline   Reply With Quote
Old 04-02-2017, 11:51 AM   #105
kido.resuri
Groupie
kido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura aboutkido.resuri has a spectacular aura about
 
Posts: 172
Karma: 4282
Join Date: Dec 2016
Location: Hungary
Device: Kobo Aura H2O
Thanks. I used and older version of QT Linguist. Installed 5.8, and it works fine now!

Updated the translation with the new release.

Last edited by kido.resuri; 04-20-2017 at 04:49 PM.
kido.resuri is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
different languages vdem Introduce Yourself 5 12-04-2011 02:39 PM
Languages That Can Be Used Nathan Campos Kindle Developer's Corner 3 11-09-2010 04:51 PM
Languages other than English ThePage Feedback 22 03-13-2009 11:56 PM
Other languages? Japanese? Aku Sony Reader 9 01-13-2009 07:16 AM
Other languages? irishjew Sony Reader 2 07-17-2007 03:30 PM


All times are GMT -4. The time now is 07:24 PM.


MobileRead.com is a privately owned, operated and funded community.