[Fixed] Translation of "Axonometric" item in main menu

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Evgeniy
Posts: 477
Joined: Thu Jul 15, 2021 6:10 pm

[Fixed] Translation of "Axonometric" item in main menu

Post by Evgeniy »

I think we need to add the possibility of translating this term to Crowdin:

Axonometric.png
Axonometric.png (26.39 KiB) Viewed 2074 times
Last edited by Evgeniy on Sat Oct 02, 2021 12:02 pm, edited 1 time in total.
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Translation of "Axonometric" item in main menu

Post by wmayer »

It's already there.
See the source code: https://github.com/FreeCAD/FreeCAD/blob ... h.cpp#L503
and a .ts file: https://github.com/FreeCAD/FreeCAD/blob ... u.ts#L9870

And when I choose a language I can confirm that the string is correctly translated.
User avatar
Evgeniy
Posts: 477
Joined: Thu Jul 15, 2021 6:10 pm

Re: Translation of "Axonometric" item in main menu

Post by Evgeniy »

This old message.
I realized that it was useless to write to the forum and i created an issue on github. Then process began to move.
This topic can be deleted.
chrisb
Veteran
Posts: 53923
Joined: Tue Mar 17, 2015 9:14 am

Re: Translation of "Axonometric" item in main menu

Post by chrisb »

Evgeniy wrote: Thu Sep 30, 2021 4:28 pm This old message.
I realized that it was useless to write to the forum and i created an issue on github. Then process began to move.
This topic can be deleted.
I am very reluctant to delete whole topics, unless they are spam or insulting. Others may find them useful nevertheless.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Evgeniy
Posts: 477
Joined: Thu Jul 15, 2021 6:10 pm

Re: Translation of "Axonometric" item in main menu

Post by Evgeniy »

chrisb wrote: Thu Sep 30, 2021 5:55 pm I am very reluctant to delete whole topics, unless they are spam or insulting. Others may find them useful nevertheless.
It is strange that the user himself does not have the right to delete the topic if he considers it outdated...
Last edited by Evgeniy on Fri Oct 01, 2021 2:32 pm, edited 1 time in total.
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: Translation of "Axonometric" item in main menu

Post by GeneFC »

Evgeniy wrote: Thu Sep 30, 2021 5:59 pm It is strange that the user himself does not have the right to delete the topic if he considers it outdated...
Not strange at all. An ordinary user cannot delete another user's posts. Even moderators should be very cautious about deleting entire topics.

If you delete your first post before anyone replies then I believe the topic goes away automatically.

Gene
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: [Fixed]Translation of "Axonometric" item in main menu

Post by wmayer »

Adding "Fixed" to the topic title should be sufficient.
Post Reply