Using of SLMake tool – removepseudo task
This article is part of article set related to SLMake using. In this article you can find information about removepseudo task. This task removes pseudo translation. Equals to “Column” -> “Remove Pseudo Translation” menu of Sisulizer. Click here, if you would like go to our article with tasks index.
Syntax
SlMake removepseudo <options> project
- project – Sisulizer project file (.slp).
Possible options are
-lang:X – List of language codes where pseudo translations are removed. Separate multiple codes with semicolon. Format is ll[-CC][.src]:
- ll – Two-character ISO-639 language code (e.g. “en”)
- CC – An optional two-character ISO-3166 country code (e.g. “US”)
- src – An optional three-character Sisulizer script code.
-q – Quiet mode. Only errors are shown.
-w – Result code is 2 if errors, 1 if warnings, and 0 if successful. Otherwise result code is 1 if errors and 0 in other cases.
-e – Show detailed error information.
-h – Show detailed help about a task.
Examples
- SlMake removepseudo -lang:de Sample.slp – Removes pseudo translations from German column.
- SlMake removepseudo -lang:de;fr Sample.slp – Removes pseudo translations from German and French columns.
- SlMake removepseudo Sample.slp – Removes pseudo translations from all columns.
Janusz
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.

[...] removepseudo – Remove pseudo translation [...]