aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/translations/extract-customwizards.xq
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2023-02-16 19:12:58 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2023-02-17 10:17:29 +0000
commitcd2aef9f509eb000dd58498979bd7589d41859c8 (patch)
tree5ecebbdb776e1e8260cd33e1196f242b6b0622e1 /share/qtcreator/translations/extract-customwizards.xq
parent9af5ebe856220fedaed3e386a360b850ee015304 (diff)
Translations: Move extracted translations into QtC:: contexts
This change adapts the exctraction scripts. The contexts in the .ts files were already merged in earlier changes. Core::Internal::ExternalTool -> QtC::Core ProjectExplorer::CustomWizard -> QtC::ProjectExplorer ProjectExplorer::JsonWizard -> QtC::ProjectExplorer TextEditor::Internal::Snippets -> QtC::TextEditor Change-Id: I277707d259abcc13fac064a1d879aeedee1703e4 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'share/qtcreator/translations/extract-customwizards.xq')
-rw-r--r--share/qtcreator/translations/extract-customwizards.xq2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/translations/extract-customwizards.xq b/share/qtcreator/translations/extract-customwizards.xq
index 0ded98410b..efc6fb60c1 100644
--- a/share/qtcreator/translations/extract-customwizards.xq
+++ b/share/qtcreator/translations/extract-customwizards.xq
@@ -1,4 +1,4 @@
-let $prefix := string("QT_TRANSLATE_NOOP(&quot;ProjectExplorer::CustomWizard&quot;, &quot;")
+let $prefix := string("QT_TRANSLATE_NOOP(&quot;QtC::ProjectExplorer&quot;, &quot;")
let $suffix := concat("&quot;)", codepoints-to-string(10))
for $file in tokenize($files, string("\|"))
let $doc := doc($file)