Merge branch 'main' of https://github.com/HeyPuter/puter into main

This commit is contained in:
Nariman Jelveh 2024-07-19 13:11:35 -07:00
commit eae51e945b
2 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@
const ta = {
name: "ஆங்கிலம்",
english_name: "English",
english_name: "Tamil",
code: "ta",
dictionary: {
about: "பற்றி",

View File

@ -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,