diff options
-rw-r--r-- | deployment/lists/manifests/init.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index cc7a328c..8ef4aacb 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -22,6 +22,11 @@ class lists { topics => "i18n", } + sympa::public_list {"i18n-el": + subject => "Translation to Greek", + topics => "i18n", + } + sympa::public_list {"i18n-nl": subject => "Translation to Dutch", topics => "i18n", |