Skip to content
Open
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
5 changes: 5 additions & 0 deletions .github/translatabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 1
defaultPath: path/to/translation_file.ts # Path to the default translation file
Copy link

Choose a reason for hiding this comment

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

Suggestion: Replace the placeholder defaultPath with a realistic default (or an explicit reminder) pointing to the repository's actual source translation file so the bot can locate it. [possible bug]

languages:
- relativePath: de.ts # Relative path to the auto-translated file
language: German # English name of the language to be translated to.
Copy link

Choose a reason for hiding this comment

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

Suggestion: Use a locale identifier (e.g., de or de-DE) for the language value instead of the English name to match common translatabot schemas and avoid filename/validation issues. [possible issue]