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 the actual source translation file path in the repository so the bot can find the source and write outputs to the intended location. [possible issue]

languages:
- relativePath: de.ts # Relative path to the auto-translated file
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 repository-scoped output path instead of a bare filename to avoid accidentally overwriting top-level files (e.g., place translations under src/locales/) and review existing files before enabling the bot. [possible issue]

language: German # English name of the language to be translated to.