Merge pull request #611 from Alfika07/main

Fixed Tamil translation
This commit is contained in:
Nariman Jelveh 2024-07-19 08:52:58 -07:00 committed by GitHub
commit 45c29b6220
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@
const ta = {
name: "ஆங்கிலம்",
english_name: "English",
english_name: "Tamil",
code: "ta",
dictionary: {
about: "பற்றி",

View File

@ -41,6 +41,7 @@ import pt from './pt.js';
import ro from './ro.js';
import ru from './ru.js';
import sv from './sv.js';
import ta from './ta.js';
import th from './th.js';
import tr from './tr.js';
import ur from './ur.js';
@ -77,6 +78,7 @@ export default {
pl,
pt,
sv,
ta,
th,
tr,
ua,