Skip to content

Commit

Permalink
Crowdin: Experiment to remove obsolete translations from .ts file
Browse files Browse the repository at this point in the history
Crowdin currently has an issue where typo strings that have been fixed in the FC source haven't been permeating in to the Crowdin UI. This maybe do to discrepency between lupdate and crowdin.  This PR experiments with removing a few lingering obsolete translations in the main .ts file of the Arch and Path WBs. If this works then a follow-up PR will be made to remove all the rest of the obsolete strings.
  • Loading branch information
luzpaz authored and wwmayer committed Jan 14, 2019
1 parent 4257a4d commit f86f5e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/Mod/Arch/Resources/translations/Arch.ts
Expand Up @@ -2443,11 +2443,6 @@ Site creation aborted.</source>
<source>New layer</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../ArchPanel.py" line="579"/>
<source>Error computing shape of </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../ArchWall.py" line="310"/>
<source>Wall Presets...</source>
Expand Down
5 changes: 0 additions & 5 deletions src/Mod/Path/Gui/Resources/translations/Path.ts
Expand Up @@ -368,11 +368,6 @@
<source>The base Shape of this toolpath</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="PathCompoundExtended.py" line="45"/>
<source>An ptional description of this compounded operation</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="PathCompoundExtended.py" line="46"/>
<source>An optional description of this compounded operation</source>
Expand Down

0 comments on commit f86f5e9

Please sign in to comment.