summaryrefslogtreecommitdiff
path: root/crowdin.yml
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2023-05-07 16:39:17 +1000
committerGitHub <noreply@github.com>2023-05-07 16:39:17 +1000
commitfb5c285c2549c344f5b24a1cae1fe724a89f11a0 (patch)
tree8f7dde699a6d1bfffec8413a0f66d566851af9a2 /crowdin.yml
parent90d190121d538318ca2b1358f77b890a1cbe1b9d (diff)
feat(authentication): suport ldap over unix socket (#5397)
This adds support for LDAP unix sockets using the ldapi scheme. In addition it improves all of the address related parsing significantly deprecating old options. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'crowdin.yml')
-rw-r--r--crowdin.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crowdin.yml b/crowdin.yml
index 88613ec99..da43544d1 100644
--- a/crowdin.yml
+++ b/crowdin.yml
@@ -1,9 +1,9 @@
---
-pull_request_title: "i18n: update translations"
-commit_message: "i18n: update translation for %original_file_name% (%language%)"
+pull_request_title: 'i18n: update translations'
+commit_message: 'i18n: update translation for %original_file_name% (%language%)'
append_commit_message: false
files:
- - source: /internal/server/locales/en/*
- translation: /internal/server/locales/%locale%/%original_file_name%
+ - source: '/internal/server/locales/en/*'
+ translation: '/internal/server/locales/%locale%/%original_file_name%'
skip_untranslated_files: true
...