Skip to content

Commit 45c29b6

Browse files
authored
Merge pull request #611 from Alfika07/main
Fixed Tamil translation
2 parents e58da26 + f2bb551 commit 45c29b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/i18n/translations/ta.js renamed to src/gui/src/i18n/translations/ta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
const ta = {
2121
name: "ஆங்கிலம்",
22-
english_name: "English",
22+
english_name: "Tamil",
2323
code: "ta",
2424
dictionary: {
2525
about: "பற்றி",

src/gui/src/i18n/translations/translations.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ import pt from './pt.js';
4141
import ro from './ro.js';
4242
import ru from './ru.js';
4343
import sv from './sv.js';
44+
import ta from './ta.js';
4445
import th from './th.js';
4546
import tr from './tr.js';
4647
import ur from './ur.js';
@@ -77,6 +78,7 @@ export default {
7778
pl,
7879
pt,
7980
sv,
81+
ta,
8082
th,
8183
tr,
8284
ua,

0 commit comments

Comments
 (0)