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
path: root/config
diff options
context:
space:
mode:
authorPeter Dave Hello <hsu@peterdavehello.org>2019-07-20 18:30:51 +0300
committerPeter Dave Hello <hsu@peterdavehello.org>2019-07-22 16:52:46 +0300
commitafdb618bd3913c38168ec4ca167e9572a39ba86f (patch)
tree433fba6f67f8177ba88c0a5a872b07c0e4753dbe /config
parentb40630e134c09e02322d9b17ddf45667d2fa6573 (diff)
Remove duplicated mapping key in config/locales/en.yml
The "errors" section was defined twice in this file, the first one was the once being removed here, another one is at line 164 (before removal) or line 158 (after removal). The content of duplicated strings definition are totally the same, the second part has more data (41 lines in total, compare to the removed 6 lines), so I removed the first part but not the second part. cc !16710
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index a3dceb2fb62..a60f86e1d80 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -16,12 +16,6 @@ en:
api_url: "Sentry API URL"
project/metrics_setting:
external_dashboard_url: "External dashboard URL"
- errors:
- messages:
- label_already_exists_at_group_level: "already exists at group level for %{group}. Please choose another one."
- wrong_size: "is the wrong size (should be %{file_size})"
- size_too_small: "is too small (should be at least %{file_size})"
- size_too_big: "is too big (should be at most %{file_size})"
views:
pagination:
previous: "Prev"