Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-20 15:21:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-20 15:21:30 +0300
commit2366f969a4b3a95e052e551cc7283a2db8d5562e (patch)
tree33ea679dad4b92048697729f68f9c606f91b32e4 /tooling
parentc7eec01f1b68b2e047cdd709751cb695ab329933 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r--tooling/lib/tooling/gettext_extractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/lib/tooling/gettext_extractor.rb b/tooling/lib/tooling/gettext_extractor.rb
index 673749a5a16..2ec6183673c 100644
--- a/tooling/lib/tooling/gettext_extractor.rb
+++ b/tooling/lib/tooling/gettext_extractor.rb
@@ -20,7 +20,7 @@ module Tooling
end
def initialize(
- backend_glob: "{ee,app,lib,config,locale}/**/*.{rb,erb,haml}",
+ backend_glob: "{ee/,}{app,lib,config,locale}/**/*.{rb,erb,haml}",
glob_base: nil,
package_name: 'gitlab',
package_version: '1.0.0'