We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8048b19 commit e2af7c9Copy full SHA for e2af7c9
translations/de-DE.js
@@ -1,7 +1,7 @@
1
const { gherkinTranslations } = require('./utils')
2
const langCode = 'de'
3
4
-const deTranslations = {
+module.exports = {
5
I: 'Ich',
6
contexts: {
7
...gherkinTranslations(langCode),
@@ -74,5 +74,3 @@ const deTranslations = {
74
switchTo: 'wechlse_in_iframe',
75
},
76
}
77
-
78
-module.exports = deTranslations
0 commit comments