Skip to content

Commit

Permalink
Merge pull request #611 from Alfika07/main
Browse files Browse the repository at this point in the history
Fixed Tamil translation
  • Loading branch information
jelveh authored Jul 19, 2024
2 parents e58da26 + f2bb551 commit 45c29b6
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 45c29b6

Please sign in to comment.