You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HelpText="Concat CultureInfo-/language-codes joined with ';' in order to filter supported languages from the translation provider. Not usable in combination with localizations-excludes.")]
52
+
publicstringLocalizationFilter{get;set;}="";
53
+
54
+
[Option(
55
+
'x',
56
+
"localizations-excludes",
57
+
Required=false,
58
+
Default="",
59
+
HelpText="Concat CultureInfo-/language-codes joined with ';' in order to exclude supported languages from the translation provider. Not usable in combination with localizations-filter.")]
0 commit comments