Commit 9836c42c authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'fix-failing-cycle-analytics-base-component-i18n' into 'master'

Fix failing cycle analytics i18n

See merge request gitlab-org/gitlab-ee!15058
parents ed7b6393 055acc6f
<script> <script>
import { __ } from '~/locale';
export default { export default {
name: 'CycleAnalytics', name: 'CycleAnalytics',
}; };
</script> </script>
<template> <template>
<div>Hello World!</div> <div>{{ __("Hello World!") }}</div>
</template> </template>
...@@ -7420,6 +7420,9 @@ msgstr "" ...@@ -7420,6 +7420,9 @@ msgstr ""
msgid "HealthCheck|Unhealthy" msgid "HealthCheck|Unhealthy"
msgstr "" msgstr ""
msgid "Hello World!"
msgstr ""
msgid "Hello there" msgid "Hello there"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment