Skip to content

Commit ebb3dfa

Browse files
committed
fix: add translations for gitlab events
1 parent 9c2f756 commit ebb3dfa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lang/de/app.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77
'branch' => 'Branch',
88
'commit' => 'Commit',
99
'title' => 'Title',
10+
'state' => 'State',
11+
'confidential' => 'Confidential',
12+
'status' => 'Status',
13+
'link' => 'Link',
1014
];

lang/ja/app.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77
'branch' => 'Branch',
88
'commit' => 'Commit',
99
'title' => 'Title',
10+
'state' => 'State',
11+
'confidential' => 'Confidential',
12+
'status' => 'Status',
13+
'link' => 'Link',
1014
];

0 commit comments

Comments
 (0)