Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/i18n/locales.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import enUS from './locales/en-US.json'
import deDE from './locales/de-DE.json'

export const translatedBy = {
// 'en-US': { github: 'https://github.com/username', name: 'Your Name' },
// 'de-DE': { github: 'https://github.com/paulhoenhorst', name: 'Paul Hoenhorst' },
Copy link
Copy Markdown
Owner

@carlssonemil carlssonemil Mar 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be uncommented if you want it to be visible in the UI 😁

Suggested change
// 'de-DE': { github: 'https://github.com/paulhoenhorst', name: 'Paul Hoenhorst' },
'de-DE': { github: 'https://github.com/paulhoenhorst', name: 'Paul Hoenhorst' },

}

export default {
'en-US': enUS,
'de-DE': deDE,
}
Loading