mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 14:03:42 +00:00
Merge branch 'main' of https://github.com/HeyPuter/puter into main
This commit is contained in:
commit
eae51e945b
@ -19,7 +19,7 @@
|
||||
|
||||
const ta = {
|
||||
name: "ஆங்கிலம்",
|
||||
english_name: "English",
|
||||
english_name: "Tamil",
|
||||
code: "ta",
|
||||
dictionary: {
|
||||
about: "பற்றி",
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user