Skip to content

Commit

Permalink
Merge pull request #522 from zendesk/gianluca/lookup-fields-l10n-fix
Browse files Browse the repository at this point in the history
Fix missing translations
  • Loading branch information
Fredx87 authored Sep 9, 2024
2 parents 2ab4702 + 2c575a3 commit f2f1104
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 39,798 deletions.
32 changes: 1 addition & 31 deletions assets/flash-notifications-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,404 changes: 42 additions & 1,362 deletions assets/new-request-form-bundle.js

Large diffs are not rendered by default.

3,184 changes: 1 addition & 3,183 deletions assets/new-request-form-translations-bundle.js

Large diffs are not rendered by default.

35,207 changes: 20 additions & 35,187 deletions assets/shared-bundle.js

Large diffs are not rendered by default.

35 changes: 1 addition & 34 deletions assets/wysiwyg-bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"eslint-plugin-check-file": "^2.6.2",
"i18next": "^23.10.1",
"lodash.debounce": "^4.0.8",
"mime": "^4.0.4",
"node-fetch": "2.6.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/new-request-form/fields/LookupField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function LookupField({

const noResultsOption = {
name: t(
"new-request-form.lookup-field.no-matches.found",
"new-request-form.lookup-field.no-matches-found",
"No matches found"
),
id: "no-results",
Expand Down

0 comments on commit f2f1104

Please sign in to comment.