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

fix(translations): sync translations from transifex (v40) #2047

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(translations): sync translations from transifex (v40)
dhis2-bot committed Jun 1, 2024
commit 7bb63d86a5c803a5cc65dba572ec188a1836b147
2 changes: 1 addition & 1 deletion i18n/lo.po
Original file line number Diff line number Diff line change
@@ -680,7 +680,7 @@ msgid "Created"
msgstr "ສ້າງແລ້ວ"

msgid "Deleted"
msgstr ""
msgstr "ລົບ"

msgid "Ignored"
msgstr ""

Unchanged files with check annotations Beta

.then((attributes) => setSchemes(attributes))
.catch((error) => setError(error))
.finally(() => setLoading(false))
}, [])

Check warning on line 26 in src/components/ElementSchemes/DataElementIdScheme.js

GitHub Actions / lint

React Hook useEffect has a missing dependency: 'baseUrl'. Either include it or remove the dependency array
const validationText =
error &&
setLoading(false)
}
f()
}, [])

Check warning on line 52 in src/components/ElementSchemes/IdScheme.js

GitHub Actions / lint

React Hook useEffect has a missing dependency: 'baseUrl'. Either include it or remove the dependency array
const validationText =
error &&
.then((attributes) => setSchemes(attributes))
.catch((error) => setError(error))
.finally(() => setLoading(false))
}, [])

Check warning on line 21 in src/components/ElementSchemes/OrgUnitIdScheme.js

GitHub Actions / lint

React Hook useEffect has a missing dependency: 'baseUrl'. Either include it or remove the dependency array
const validationText =
error &&
if (selectedJob === undefined && allTasks.length > 0) {
setSelectedJob(allTasks[0])
}
}, [])

Check warning on line 55 in src/components/JobOverview/JobOverview.js

GitHub Actions / lint

React Hook useEffect has missing dependencies: 'allTasks', 'selectedJob', and 'setSelectedJob'. Either include them or remove the dependency array. If 'setSelectedJob' changes too often, find the parent component that defines it and wrap that definition in useCallback
if (allTasks.length === 0) {
return <p>{i18n.t('No jobs started yet.')}</p>
return () => {
unlisten()
}
}, [])

Check warning on line 15 in src/components/Router/ScrollToTop.js

GitHub Actions / lint

React Hook useEffect has a missing dependency: 'history'. Either include it or remove the dependency array
return <>{children}</>
}
setSchemaGroupLabels(getGroupLabels(groups))
propagateCheckedSchemas(groups)
}
}, [fetching, data])

Check warning on line 56 in src/components/Schemas/Schemas.js

GitHub Actions / lint

React Hook useEffect has missing dependencies: 'checkedByDefault', 'excludeSchemas', and 'propagateCheckedSchemas'. Either include them or remove the dependency array
const propagateCheckedSchemas = (updatedSchemaGroups) => {
setCheckedSchemas(
console.error('useObjects error: ', error)
},
})
}, [type])

Check warning on line 40 in src/hooks/useObjects.js

GitHub Actions / lint

React Hook useEffect has missing dependencies: 'engine' and 'setSelected'. Either include them or remove the dependency array. If 'setSelected' changes too often, find the parent component that defines it and wrap that definition in useCallback
const validationText =
error &&
},
})
}
}, [program])

Check warning on line 61 in src/hooks/useProgramStages.js

GitHub Actions / lint

React Hook useEffect has missing dependencies: 'engine' and 'setSelected'. Either include them or remove the dependency array. If 'setSelected' changes too often, find the parent component that defines it and wrap that definition in useCallback
const validationText =
error &&