diff --git a/src/i18n/translations/ta.js b/src/gui/src/i18n/translations/ta.js similarity index 99% rename from src/i18n/translations/ta.js rename to src/gui/src/i18n/translations/ta.js index 80786277..878024b7 100644 --- a/src/i18n/translations/ta.js +++ b/src/gui/src/i18n/translations/ta.js @@ -19,7 +19,7 @@ const ta = { name: "ஆங்கிலம்", - english_name: "English", + english_name: "Tamil", code: "ta", dictionary: { about: "பற்றி", diff --git a/src/gui/src/i18n/translations/translations.js b/src/gui/src/i18n/translations/translations.js index 6dcd3547..debc5a30 100644 --- a/src/gui/src/i18n/translations/translations.js +++ b/src/gui/src/i18n/translations/translations.js @@ -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,