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>
import { __ } from '~/locale';
export default {
name: 'CycleAnalytics',
};
</script>
<template>
<div>Hello World!</div>
<div>{{ __("Hello World!") }}</div>
</template>
......@@ -7420,6 +7420,9 @@ msgstr ""
msgid "HealthCheck|Unhealthy"
msgstr ""
msgid "Hello World!"
msgstr ""
msgid "Hello there"
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