Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
c792db81
Commit
c792db81
authored
May 31, 2019
by
Brandon Labuschagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch 'js-i18n-board-store' into 'master'"
This reverts merge request !28712
parent
b095a081
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
app/assets/javascripts/boards/stores/actions.js
app/assets/javascripts/boards/stores/actions.js
+1
-3
app/assets/javascripts/boards/stores/mutations.js
app/assets/javascripts/boards/stores/mutations.js
+1
-2
locale/gitlab.pot
locale/gitlab.pot
+0
-3
No files found.
app/assets/javascripts/boards/stores/actions.js
View file @
c792db81
import
{
__
}
from
'
~/locale
'
;
const
notImplemented
=
()
=>
{
const
notImplemented
=
()
=>
{
throw
new
Error
(
__
(
'
Not implemented!
'
)
);
throw
new
Error
(
'
Not implemented!
'
);
};
};
export
default
{
export
default
{
...
...
app/assets/javascripts/boards/stores/mutations.js
View file @
c792db81
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
{
...
...
locale/gitlab.pot
View file @
c792db81
...
@@ -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 ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment