aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Qt Translations.wiki4
-rw-r--r--index.wiki1
-rw-r--r--puppet.wiki3
3 files changed, 7 insertions, 1 deletions
diff --git a/Qt Translations.wiki b/Qt Translations.wiki
new file mode 100644
index 0000000..049e518
--- /dev/null
+++ b/Qt Translations.wiki
@@ -0,0 +1,4 @@
+
+= qt translations =
+- `lupdate *.pro`
+- `lrelease *.pro`
diff --git a/index.wiki b/index.wiki
index 334a5eb..f6c60dd 100644
--- a/index.wiki
+++ b/index.wiki
@@ -40,6 +40,7 @@
- [[git]]
- [[python]]
- [[Matrix]]
+- [[Qt Translations]]
== Projekt ==
- [[GitServer]]
diff --git a/puppet.wiki b/puppet.wiki
index 7c097b7..6b4e097 100644
--- a/puppet.wiki
+++ b/puppet.wiki
@@ -43,7 +43,8 @@ https://puppet.com/docs/puppet/7/lang_conditional.html
{{{puppet
$variable ? {
Array => 'one thing',
- String => 'Anothing thing'
+ String => 'Anothing thing',
+ default => '',
}
}}}