The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Multilanguage - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Feature Requests (https://www.vdrift.net/Forum/forumdisplay.php?fid=6) +--- Thread: Multilanguage (/showthread.php?tid=1377) |
RE: Multilanguage - NaN - 01-20-2013 (01-20-2013, 08:33 AM)GunChleoc Wrote: If you could make another Windows build, I gould go through all the screens to check if there are any remaining string length issues. New build: http://sourceforge.net/projects/vdrift/files/vdrift/nightly%20builds/vdrift-2013-01-20.exe/download If you are not using svn, you have to download/update settings and skins: http://vdrift.svn.sourceforge.net/viewvc/vdrift/vdrift-data/skins/ http://vdrift.svn.sourceforge.net/viewvc/vdrift/vdrift-data/settings/ Will update po files asap, thanks guys. RE: Multilanguage - GunChleoc - 01-21-2013 With thue current build, VDrift won't start with gd or de as a language choice on Windows 7. All I get is a white window. The last build is working, so it must be something you changed since then that's causing it. I am also adding an updated translation. Now for the screenshots. First, screenshots of missing translations/translation errors. Options / Graphics: English strings [attachment=19] Updates: connecting/downloading are in English: [attachment=18] Updates / Cars: it says "update track" instead of "update car" (fetching wrong string) [attachment=20] Updates / Update: English strings [attachment=21] Now the string length issues: Practice game or Race: [attachment=24] Options / Controls / Camera: [attachment=22] Options / Controls / Inputs: [attachment=23] Options / Controls / Tools: [attachment=25] RE: Multilanguage - NaN - 01-21-2013 The latest build will work if you start it a second time. It will overwrite settings with failsafe defaults after a crash(white screen/window). I'll look into this issue. The really long label strings (over 26 chars) are an issue, will break gui layout. I need to think about this. We maybe have to simplify them or use a more compact font. The loading screen is extra code too, needs special treatment as with HUD. Should also be implemented as gui page. Correction, any other language than en will cause vdrift to hang at start. Will fix and upload new build asap. RE: Multilanguage - NaN - 01-21-2013 New build http://sourceforge.net/projects/vdrift/files/vdrift/nightly%20builds/vdrift-2013-01-21.exe/download RE: Multilanguage - GunChleoc - 01-21-2013 Thanks for the new build! The failsafe overwrites your language choice, so I couldn't test the new HUD with the broken build. It is working now and I have tweaked my translation to use the maximum space available If the GUI layout can't be adjusted for the long strings, let me know and I will try to find a way to make them shorter. RE: Multilanguage - GunChleoc - 01-25-2013 I have shortened the strings, but I still have a problem with the inputs screen. Gaelic needs more space than English and there's nothing I can do about it. RE: Multilanguage - NaN - 01-25-2013 (01-25-2013, 02:22 PM)GunChleoc Wrote: I have shortened the strings, but I still have a problem with the inputs screen. Gaelic needs more space than English and there's nothing I can do about it. Thanks GunChleoc. I've been testing a few different fonts. I think it is fixable. RE: Multilanguage - GunChleoc - 01-25-2013 Good news, thanks RE: Multilanguage - GunChleoc - 03-21-2013 I am currently onn a Windows Installer Localizing Rampage. Which tool do you use for creating the Windows installer? If it's Open Source or freeware, I'll be happy tro translate it. RE: Multilanguage - NaN - 03-21-2013 http://nsis.sourceforge.net/Main_Page I think it has multi-language support already, need to check. RE: Multilanguage - GunChleoc - 03-21-2013 Great, I translated it today. Here's the files hot off the press. I don't know which encoding you need; they are in UTF-8. I also was unable to test, since I have nothing compiled lying around. RE: Multilanguage - brian_ch - 03-30-2013 Hi guys, is there an updated version of the vdrift.pot somewhere? I noticed that after the GUI updates, the translation (at least the pt_BR) got messed up, with some strings untranslated and others swapped, but as the vdrift.pot in http://vdrift.svn.sourceforge.net/viewvc/vdrift/vdrift-data/skins/simple/languages is still not updated, I can't fix the translation. RE: Multilanguage - NaN - 03-30-2013 Updated. I am working on the GUI atm. There'll be a few more changes eventually. RE: Multilanguage - brian_ch - 03-31-2013 Thanks for updating NaN! Now I've updated my translation too (file attached). I found one strange thing while testing: in the "record session" option in "Race", if the mouse is in the right of the value, one wrong description is displayed (about number of laps), and when it's on the left, the correct description is displayed. This happens both in English and Portuguese. [attachment=32] RE: Multilanguage - NaN - 03-31-2013 Thanks, will update/fix. |