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

Fixed some errors in translator for "ABC News Australia" #3222

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 9, 2024

  1. fixed author detection for ABC News Australia

    franklindyer committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    228b93a View commit details
    Browse the repository at this point in the history
  2. fixed detection via ContentType for ABC News Australia

    franklindyer committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b191858 View commit details
    Browse the repository at this point in the history
  3. fixed for-loop formatting (for linter)

    franklindyer committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    22360ec View commit details
    Browse the repository at this point in the history
  4. reverted gitignore modification

    franklindyer committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    92c15c6 View commit details
    Browse the repository at this point in the history
  5. modified second test-case with vague abstractNote

    franklindyer committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    008597e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Implemented changes requested by @AbeJellinek:

    - fixed comment styling
    - prefer `let x of xs` sugar to indexed `for` loops
    - prefer `textContent` to `innerText`
    franklindyer committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f8aef65 View commit details
    Browse the repository at this point in the history