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

NO_MATCHING_JOBS not translating #534

Open
gitinthehole opened this issue Jan 2, 2024 · 0 comments
Open

NO_MATCHING_JOBS not translating #534

gitinthehole opened this issue Jan 2, 2024 · 0 comments

Comments

@gitinthehole
Copy link

On job-list.component.html, NO_MATCHING_JOBS is not translating.

Current behavior

  • On compile, the output shows NO_MATCHING_JOBS

Expected behavior

  • On compile, the output should show the translated version. e.g., for English, it should show No matching jobs from the en.json file.

Steps to replicate behavior

  1. Compile and load the site with no jobs.

Screenshots

Current
Screenshot 2024-01-02 at 10 22 17 AM
Screenshot 2024-01-02 at 10 22 43 AM

Expected
Screenshot 2024-01-02 at 10 22 27 AM
Screenshot 2024-01-02 at 10 22 51 AM

Resolution

  1. In src/app/job-list/job-list.component.html, line 34, there is an extra space: 'NO_MATCHING_JOBS '.
  2. Remove the extra space: 'NO_MATCHING_JOBS'
Screenshot 2024-01-02 at 10 25 49 AM
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

No branches or pull requests

1 participant