Closed diegodlh closed 2 months ago
Hi, @Dominic-DallOsto!
I found initLocale() was called twice in our code: once in src/hooks.ts and another in src/cita/zoteroOverlay.tsx.
initLocale()
src/hooks.ts
src/cita/zoteroOverlay.tsx
I thought this might be redundant and tried to remove the call from src/cita/zoteroOverlay.tsx and translation seems to be working OK.
Because you have been more involved in this change than me, I thought I'd better ask you before merging this change into our zotero7 branch.
zotero7
If you think it's OK to merge, please do! We can always roll back anyways, if needed :)
Thanks!
:rocket: This ticket has been resolved in v1.0.0-beta.0. See Release 1.0.0-beta.0 for release notes.
Hi, @Dominic-DallOsto!
I found
initLocale()
was called twice in our code: once insrc/hooks.ts
and another insrc/cita/zoteroOverlay.tsx
.I thought this might be redundant and tried to remove the call from
src/cita/zoteroOverlay.tsx
and translation seems to be working OK.Because you have been more involved in this change than me, I thought I'd better ask you before merging this change into our
zotero7
branch.If you think it's OK to merge, please do! We can always roll back anyways, if needed :)
Thanks!