Skip to content

Conversation

mgralikowski
Copy link
Contributor

Add CLI options and force flag to translator command

  • Add direct command-line arguments for all interactive parameters
  • Add --force flag to skip expensive translation confirmation
  • Add non-interactive mode for automated environments
  • Convert Korean comments to English for better maintainability

Example usage: ai-translator:translate --source=en --reference=pl --chunk=25 --force --max-context=100

…lator command

Add CLI options and force flag to translator command

- Add direct command-line arguments for all interactive parameters
- Add --force flag to skip expensive translation confirmation
- Add non-interactive mode for automated environments
- Convert Korean comments to English for better maintainability
@kargnas kargnas closed this Mar 12, 2025
@kargnas
Copy link
Owner

kargnas commented Mar 12, 2025

This is conflicted with #13

@mgralikowski
Copy link
Contributor Author

mgralikowski commented Mar 13, 2025

Hm, generally I proposed two separate changes, and they are limited only to:
TranslateStrings - command options.
PHPLangTransformer - dot notation.
plus config/readme (WiP).

Probably I used the wrong base branch to make MR, but if you wish to accept both changes I think there will be no conflicts.

master...mgralikowski:laravel-ai-translator:master

@kargnas
Copy link
Owner

kargnas commented Mar 13, 2025

Oh, sorry. I meant these features were included in #13 you made, not conflict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants