aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-01-24 22:10:19 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-01-24 22:10:19 +0100
commit7c44d04ad32bcad45f207c5d4f835889ed63207e (patch)
treef373dce824efbe5ebe3bc7f2d8298f24fde88fbb
parentMerge branch 'master' of git.hornquist.se:git/wiki-public (diff)
downloadwiki-public-7c44d04ad32bcad45f207c5d4f835889ed63207e.tar.gz
wiki-public-7c44d04ad32bcad45f207c5d4f835889ed63207e.tar.xz
tis 24 jan 2023 22:10:19 CET
Diffstat (limited to '')
-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 => '',
}
}}}