Commit c792db81 authored by Brandon Labuschagne's avatar Brandon Labuschagne

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

This reverts merge request !28712
parent b095a081
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 {
......
...@@ -6563,9 +6563,6 @@ msgstr "" ...@@ -6563,9 +6563,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