Commit 15916ad5 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'revert-2d980fad' into 'master'

Revert "Merge branch 'js-i18n-board-store' into 'master'"

See merge request gitlab-org/gitlab-ce!28977
parents 3e4862ac c792db81
import { __ } from '~/locale';
const notImplemented = () => { const notImplemented = () => {
throw new Error(__('Not implemented!')); throw new Error('Not implemented!');
}; };
export default { export default {
......
import * as mutationTypes from './mutation_types'; import * as mutationTypes from './mutation_types';
import { __ } from '~/locale';
const notImplemented = () => { const notImplemented = () => {
throw new Error(__('Not implemented!')); throw new Error('Not implemented!');
}; };
export default { export default {
......
...@@ -6638,9 +6638,6 @@ msgstr "" ...@@ -6638,9 +6638,6 @@ msgstr ""
msgid "Not found." msgid "Not found."
msgstr "" msgstr ""
msgid "Not implemented!"
msgstr ""
msgid "Not now" msgid "Not now"
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