Skip to content

Commit e2af7c9

Browse files
committed
some improvements
1 parent 8048b19 commit e2af7c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

translations/de-DE.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { gherkinTranslations } = require('./utils')
22
const langCode = 'de'
33

4-
const deTranslations = {
4+
module.exports = {
55
I: 'Ich',
66
contexts: {
77
...gherkinTranslations(langCode),
@@ -74,5 +74,3 @@ const deTranslations = {
7474
switchTo: 'wechlse_in_iframe',
7575
},
7676
}
77-
78-
module.exports = deTranslations

0 commit comments

Comments
 (0)