Commit 055acc6f authored by Brandon Labuschagne's avatar Brandon Labuschagne Committed by Kushal Pandya

Fix failing cycle analytics i18n

parent ed7b6393
<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