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 = () => {
throw new Error(__('Not implemented!'));
throw new Error('Not implemented!');
};
export default {
......
import * as mutationTypes from './mutation_types';
import { __ } from '~/locale';
const notImplemented = () => {
throw new Error(__('Not implemented!'));
throw new Error('Not implemented!');
};
export default {
......
......@@ -6563,9 +6563,6 @@ msgstr ""
msgid "Not found."
msgstr ""
msgid "Not implemented!"
msgstr ""
msgid "Not now"
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