-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
French translation #43
Comments
OK. I need to create a new entry for a new language. Then you can add the translation. I will tell you when ready. |
Ready. A new entry is created to add the french translation. Just add the translation in the las parameter of the function Trans() in all the files *.pas of the folder /language. The english language is configurated as the default language when a french transaltion is not found. |
Hey, French translation has been added here : #45 In the process I did identify a couple of small issues:
Here is the relevant line: acArcOpen.Caption := Trans('&Open...' , '&Abrir...' , 'K&ichay' ,
'&Öffnen...','Відкрити...','Открыть...', '&Ouvrir...'); |
Yes. There are still some parts of the code to translate. I have including this text and some others in the file tra_FormPrincipal.pas but it's needed to including other strings for the other files.
Fixed.
No. No in Windows nor in Linux. Maybe an issue with Mac. Anyway I cannot test. Maybe you can find in the code for Mac.
No. In Windows it works correctly. Maybe it's a bug in Mac.
You're right. It has not a translation. It's necessary to create the file tra_FormDebugger.pas and include in it the string translations.
The shorcut assigned in the string only works when using the menú with keyboard. The keystroke <^A> is assigned statically in the project. I have not yet a way to set this in the language file. |
Hello,
I should now be able to work on the french translation.
Can you describe me the procedure to follow ?
(I saw the "language" folder, but I'm not sure how to proceed)
Thanks,
The text was updated successfully, but these errors were encountered: