We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e58da26 + f2bb551 commit 45c29b6Copy full SHA for 45c29b6
src/i18n/translations/ta.js renamed to src/gui/src/i18n/translations/ta.js
@@ -19,7 +19,7 @@
19
20
const ta = {
21
name: "ஆங்கிலம்",
22
- english_name: "English",
+ english_name: "Tamil",
23
code: "ta",
24
dictionary: {
25
about: "பற்றி",
src/gui/src/i18n/translations/translations.js
@@ -41,6 +41,7 @@ import pt from './pt.js';
41
import ro from './ro.js';
42
import ru from './ru.js';
43
import sv from './sv.js';
44
+import ta from './ta.js';
45
import th from './th.js';
46
import tr from './tr.js';
47
import ur from './ur.js';
@@ -77,6 +78,7 @@ export default {
77
78
pl,
79
pt,
80
sv,
81
+ ta,
82
th,
83
tr,
84
ua,
0 commit comments