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

Fix failing cycle analytics i18n

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