Skip to content

Commit 0d7ac3f

Browse files
authored
Update translation.md
Remove advice to not translate WB names.
1 parent 6b4dc5a commit 0d7ac3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

technical/translation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ How to write code with strings that should be translated.
88

99
In most cases, any user-visible text in FreeCAD should be made translatable. Exceptions to this general rule are:
1010
1. Text that only appears as log-level messages in the Report View
11-
2. Names of Workbenches (e.g. "Start", "Part", "Path")
12-
3. Names of Python commands, etc.
11+
2. Names of Python commands, etc.
1312

1413
Some general guidelines when constructing strings for translation:
1514
* Not all languages use the same word order, so it's best to write complete sentences (and sometimes complete paragraphs), using the `QString::args()` function, or the Python `format()` function to do replacements where necessary.

0 commit comments

Comments
 (0)