Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh committed Jul 19, 2024
2 parents 98e6964 + 45c29b6 commit eae51e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

const ta = {
name: "ஆங்கிலம்",
english_name: "English",
english_name: "Tamil",
code: "ta",
dictionary: {
about: "பற்றி",
Expand Down
2 changes: 2 additions & 0 deletions src/gui/src/i18n/translations/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -77,6 +78,7 @@ export default {
pl,
pt,
sv,
ta,
th,
tr,
ua,
Expand Down

0 comments on commit eae51e9

Please sign in to comment.