add Tamil Mirador translation#4275
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4275 +/- ##
=======================================
+ Coverage 92.9% 92.9% +0.1%
=======================================
Files 335 335
Lines 5530 5538 +8
Branches 1956 1960 +4
=======================================
+ Hits 5135 5143 +8
Misses 348 348
Partials 47 47 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@Natkeeran -- thank you for contributing this! |
There was a problem hiding this comment.
I approved this too early.
In testing I realized, in order for this work to be available we need to register the translation.
You need to modify this file in 2 places
https://github.com/ProjectMirador/mirador/blob/ab59ae0d7ac974dfee26a791fcc7f310e8d28733/src/i18n.js
- after line 24, import your new file
import ta from './locales/ta/translation.json'; - after line 52, register the resource, by adding
ta
|
Thank you @marlo-longley I've register the translation as noted above. |
marlo-longley
left a comment
There was a problem hiding this comment.
Looks great, thanks @Natkeeran!

Adds a Tamil Mirador translation following this guide: https://github.com/ProjectMirador/mirador/blob/main/src/locales/README.md
Translations were contributed by Ushanthy Gowthaman from UofT Scarborough Library.