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:
authorLin Jen-Shin <godfat@godfat.org>2018-06-20 19:31:56 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-06-20 19:31:56 +0300
commit582c6b17cf93f6c83bad215301ef6480a4f4748b (patch)
tree3010dabbba2056b091e1d101dfe33f8beee97883 /lib/tasks/gettext.rake
parent40a66cb550cf7b5e1b0a6e3816b91026ba2dd6ca (diff)
Unify flay.rake and gettext.rake from EE
Diffstat (limited to 'lib/tasks/gettext.rake')
-rw-r--r--lib/tasks/gettext.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gettext.rake b/lib/tasks/gettext.rake
index d7c40cb6a12..d8ff2aa824d 100644
--- a/lib/tasks/gettext.rake
+++ b/lib/tasks/gettext.rake
@@ -4,7 +4,7 @@ namespace :gettext do
# Customize list of translatable files
# See: https://github.com/grosser/gettext_i18n_rails#customizing-list-of-translatable-files
def files_to_translate
- folders = %W(app lib config #{locale_path}).join(',')
+ folders = %W(ee app lib config #{locale_path}).join(',')
exts = %w(rb erb haml slim rhtml js jsx vue handlebars hbs mustache).join(',')
Dir.glob(