Skip to content
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

Add command to scan for new translation #5168

Merged
merged 40 commits into from
Dec 3, 2024

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    916c93a View commit details
    Browse the repository at this point in the history
  2. Add flag for dry-run and to update existing translations, clean up an…

    …d document, make verbose mode more useful, and split into smaller pieces
    sdassow committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2958668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    568611a View commit details
    Browse the repository at this point in the history
  4. Add simple end to end test

    sdassow committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6951c02 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    435f2e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b81b7 View commit details
    Browse the repository at this point in the history
  3. Add a few more tests

    sdassow committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    458d526 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0958357 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad821b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70950d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72ba4b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6593019 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6670eb7 View commit details
    Browse the repository at this point in the history
  10. Oops, unbreak

    sdassow committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6758ed6 View commit details
    Browse the repository at this point in the history
  11. Add another missing defer

    sdassow committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    af2af8b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    5f39d42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40add49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73de44f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    928ca30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c26dcd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65858fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e9a7ff View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    01011fa View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Verify file name

    sdassow committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2559dd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c1d1ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dc095e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c36b9a9 View commit details
    Browse the repository at this point in the history
  5. Remove source directory option and allow files and directories as arg…

    …uments instead, and improve wording in command description
    sdassow committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    70ee2c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39acd0f View commit details
    Browse the repository at this point in the history
  7. Remove translationsFile flag and make it a mandatory argument instead…

    … to avoid dealing with file name and location
    sdassow committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4d23f0e View commit details
    Browse the repository at this point in the history
  8. Fix test after change

    sdassow committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    fbec8d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8897390 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    efb5574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    525d866 View commit details
    Browse the repository at this point in the history
  3. Make sure the first argument has the right file extension to prevent …

    …confusing errors when accidentally using it on other files
    sdassow committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    5af73a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Sort flags alphabetically

    sdassow committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    25a082b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    972edf6 View commit details
    Browse the repository at this point in the history
  3. Unbreak after cleanup

    sdassow committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    5b5e816 View commit details
    Browse the repository at this point in the history
  4. Don't trip over empty files

    sdassow committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    10d57ee View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Remove dry-run flag

    sdassow committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    edf95e5 View commit details
    Browse the repository at this point in the history