From c71be5b808214c015f02d5aeaa3f81f9e3a742ad Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Fri, 10 Dec 2021 08:19:27 +0100 Subject: [PATCH] Maintenance: Add README.md about the correct workflow for translations. --- i18n/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 i18n/README.md diff --git a/i18n/README.md b/i18n/README.md new file mode 100644 index 000000000..020364d8b --- /dev/null +++ b/i18n/README.md @@ -0,0 +1,7 @@ +# Zammad Translations + +Zammad translations are managed exclusively via [translations.zammad.org](https://translations.zammad.org/). + +You are welcome to contribute. Please get a free account there if you want to do so. + +Any pull requests modifying translation files directly will be rejected.