Page 1 of 1

modify flag icon in language file

Posted: 2015-03-11 16:11:27
by dramklukkel
I was converting the supplied language to Dutch. I ran into a problem modifying the flag icon. This is probably a hexadecimal string inside the XML-language file. Sadly I've got no knowledge of this part. Any ideas how to alter this?

Posted: 2015-03-12 12:50:26
by antp
Hi,
It is a 16x16 bmp file which is UUEncoded
You can send me the translation file if you wish, I could include it with the program (and I still have another language to add to the install...)
I'll have to search for the right flag from the icon library that I used, but here is the code from the Dutch flag used in AMC (which has slightly different flags style) if you want to test in the meantime :

Code: Select all

Qk32AAAAAAAAAHYAAAAoAAAAEAAAABAAAAABAAQAAAAAAIAAAAAjCwAAIwsAABAAAAAQAAAAAAAAADUTEwBXExMAZxMTAMoAAAAAAKoAAAD9AGVl/wCqqqoAzMzMAO7u7gD///8AAAAAAAAAAAAAAAAAAAAAALu7u7u7u7u7AAAAAAAAAAABERERERERIAEzMzMzMzNAATMzMzMzM0ABMzMzMzMzQAiZmZmZmZmgCJmZmZmZmaAImZmZmZmZoAiZmZmZmZmgBWZmZmZmZnAFZmZmZmZmcAVmZmZmZmZwBnd3d3d3d3AAAAAAAAAAALu7u7u7u7u7

Posted: 2015-03-12 15:21:37
by dramklukkel
I'll be giving it a shot later. Thanks.
And keep up the nice work.

Posted: 2015-03-13 09:16:22
by dramklukkel
Hi Antoine,

Seems like there is a lot I do not know. Yet. I'd like to try it out myself so here are some more questions.

-How do you convert from bmp to UUEncoded?
-Was the bitmap you used 16-color, 256-color or 24bit?
-What is AMC?


regards

Posted: 2015-03-13 13:33:58
by antp
I made a small tool to convert these bmp, there must be a lot of possibilities to do that, but the test tool I use can be get from http://antp.be/temp/uuenc.zip
- Click "button1" to select the file and then "button2" to generate the code (not sure it works)
or
- Just drag & drop a bmp to the form and it will put a UUEnc version of it in the clipboard, to be pasted as text.

I used 16 colors to keep the files small, or else the UUEnc string becomes really long

AMC is Ant Movie Catalog, the other software available from my site

Posted: 2015-03-13 15:50:12
by dramklukkel
It worked like a charm, Antoine. Thanks.
AMC, right. I ran across it several times actually. I should have known it couldn't be the Academic Medical Center.
When I'm finished translating, I'll send you the language file as well. It will take a few more day's.

Posted: 2015-03-30 13:13:46
by dramklukkel
I have sent you the translation Antoine.

Posted: 2015-03-30 13:39:05
by antp
Thanks, I'll check that this evening and send you back the file if I make changes to it ;)