Search found 130 matches

by vm4dim
Sat Jun 04, 2022 10:52 pm
Forum: FEM
Topic: Help to show the gradient bar
Replies: 21
Views: 3102

Re: Help to show the gradient bar

part?
This is only the second way of displaying the result, already using a color scale.
by vm4dim
Thu Jun 02, 2022 8:20 pm
Forum: Help on using FreeCAD
Topic: Refer to length of line in a sketch?
Replies: 15
Views: 2178

Re: Refer to length of line in a sketch?

Workshop_Notes wrote: Thu Jun 02, 2022 6:46 pm Maybe someone else can chip in here: you can access the geometry of the sketch in the Expressions editor. E.g. sketch.Geometry[0].
It should work, for horizontal line:

Code: Select all

2 * abs(Geometry[0].StartPoint[0] - Geometry[0].EndPoint[0])
by vm4dim
Thu Jun 02, 2022 12:42 pm
Forum: Wiki
Topic: Translate "Run" in FEM.TS [ru, uk, eu]
Replies: 5
Views: 1185

Re: Translate "Run" in FEM.TS [ru, uk, eu]

Hi.
kaktus wrote: Thu Jun 02, 2022 5:25 am Did you test the translation after the changes were made :?:
No, but I think it will work right when it's copied to Git, I don't see a problem.
Thanks.
by vm4dim
Wed Jun 01, 2022 2:50 pm
Forum: Wiki
Topic: Translate "Run" in FEM.TS [ru, uk, eu]
Replies: 5
Views: 1185

Re: Translate "Run" in FEM.TS [ru, uk, eu]

kaktus wrote: Wed Jun 01, 2022 2:31 pm Hi.

Do you have an active account with Crowdin :?:
https://crowdin.com/profile/vm4dim
active? It new account
by vm4dim
Wed Jun 01, 2022 1:26 pm
Forum: Wiki
Topic: Coordinating Documentation and Translations before v0.20 release
Replies: 36
Views: 21569

Re: Coordinating Documentation and Translations before v0.20 release

next time, it is better to open a different thread, pls. Open a new post with your problems, we will try to solve them together. I thought it was the last day before 0.20 release and fast fix are needed. https://forum.freecadweb.org/viewtopic.php?f=21&t=69109 Translate "Run" in FEM.TS...
by vm4dim
Wed Jun 01, 2022 1:24 pm
Forum: Wiki
Topic: Translate "Run" in FEM.TS [ru, uk, eu]
Replies: 5
Views: 1185

Translate "Run" in FEM.TS [ru, uk, eu]

Translate word "Run" (it use in Fem SolverCalculiX Task Dialog) has changed in the last month in several languages. In Russian Fem_ru.ts: Before: 28,795 commits May 5, 2022 https://github.com/FreeCAD/FreeCAD/blob/ab5a6d83a1ccc6de115285c2691d45f6b3894389/src/Mod/Fem/Gui/Resources/translatio...
by vm4dim
Tue May 31, 2022 8:24 pm
Forum: Wiki
Topic: Coordinating Documentation and Translations before v0.20 release
Replies: 36
Views: 21569

Re: Coordinating Documentation and Translations before v0.20 release

Hello. I recently connected to Crowdin, and trying to find out how it works. I found the several corrupted translations in recent changes .ts files on Git. For example: [Run] in Russian Fem_ru.ts (It in SolverCalculiX Task Dialog) Before: 28,795 commits https://github.com/FreeCAD/FreeCAD/blob/ab5a6d...
by vm4dim
Sun May 29, 2022 8:58 pm
Forum: Developers corner
Topic: [Solved] Translation related: Blank after amp; in translated menu item
Replies: 8
Views: 812

Re: [Solved] Translation related: Blank after amp; in translated menu item

It was just one line of many. Sorry :) Possible errors: af: ./src/Gui/Language/FreeCAD_af.ts-951- <translation>Druk &amp; nuwe kortpad:</translation> ar: ./src/Mod/Draft/Resources/translations/Draft_ar.ts-1461- <translation>&amp; تعليق توضيحي</translation> ar: ./src/Mod/Draft/Resources/trans...
by vm4dim
Sun May 29, 2022 7:22 pm
Forum: Developers corner
Topic: [Solved] Translation related: Blank after amp; in translated menu item
Replies: 8
Views: 812

Re: Translation related: Blank after amp; in translated menu item

1st, are you using the latest HEAD of FreeCAD? $ git rev-list --count HEAD 28950 Your About info shows: Version: 0.20.14555 (Git shallow) I use 391c9a6bbf8a6302ac1d837a2ea3f10860d8253a (after last merged crowdin translations) 22 hours ago 28,945 commits 2nd, we need to change the string in crowdin ...