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:
Diffstat (limited to 'lib/gitlab/i18n/translation_entry.rb')
-rw-r--r--lib/gitlab/i18n/translation_entry.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/i18n/translation_entry.rb b/lib/gitlab/i18n/translation_entry.rb
index 6623d42f526..6f4451d42ee 100644
--- a/lib/gitlab/i18n/translation_entry.rb
+++ b/lib/gitlab/i18n/translation_entry.rb
@@ -3,8 +3,8 @@
module Gitlab
module I18n
class TranslationEntry
- PERCENT_REGEX = /(?:^|[^%])%(?!{\w*}|[a-z%])/.freeze
- ANGLE_BRACKET_REGEX = /[<>]/.freeze
+ PERCENT_REGEX = /(?:^|[^%])%(?!{\w*}|[a-z%])/
+ ANGLE_BRACKET_REGEX = /[<>]/
attr_reader :nplurals, :entry_data