Commit 2d980fad authored by Tim Zallmann's avatar Tim Zallmann

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

i18n boards store directory

See merge request gitlab-org/gitlab-ce!28712
parents bdccf82b 0baf4246
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 {
......
...@@ -6473,6 +6473,9 @@ msgstr "" ...@@ -6473,6 +6473,9 @@ 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