During the development I already did the German version. It would be cool if ComicRack would support some major languages (Spanish, Portuguese, French, Russian etc.) out of the box.
If you think you're up to the task to translate about 500 text strings stored in xml files from english to a language of your choice, please PM me.
You will get a prerelease version of ComicRack to do the translation. Also as ComicRack is a living application, i would prefer people who could take responsibility for a language pack for some time. ComicRack will show the name of the language pack creator in the application
The next release is planned for the weekend.
Sample xml for the localization (this is the german localization for the News Dialog ):
Code:
<?xml version="1.0"?>
<TR xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="NewsDialog" CultureName="de">
<Texts>
<Text Key="btClose" Text="&Schließen" Comment="&Close" />
<Text Key="btMarkRead" Text="Alles gelesen" Comment="Mark all as Read" />
<Text Key="btRefresh" Text="Aktualisieren" Comment="Refresh" />
<Text Key="chkNewsStartup" Text="Beim starten nach neuen Nachrichten abfragen" Comment="Check for News on Startup" />
<Text Key="colDate" Text="Datum" Comment="Date" />
<Text Key="colTitle" Text="Titel" Comment="Title" />
<Text Key="NewsDialog" Text="Letzte ComicRack Neuigkeiten" Comment="Latest ComicRack News" />
</Texts>
</TR>

