-
Notifications
You must be signed in to change notification settings - Fork 0
[translatabot] Add configuration file #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: canary
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 | ||
| languages: | ||
| - relativePath: de.ts # Relative path to the auto-translated file | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: Make |
||
| language: German # English name of the language to be translated to. | ||
|
Comment on lines
+1
to
+5
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2 | Confidence: High
Code Suggestion: # Translatabot Configuration
# See: https://docs.translatabot.com/configuration
version: 1
# Source translation file path (JSON format expected)
defaultPath: locales/en.json
languages:
- relativePath: locales/de.json # Standard JSON translation format
language: German |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Replace the placeholder
defaultPathwith the actual source translation file path (or confirm the placeholder is intentionally correct) so the bot can find the source file. [possible bug]