refactor(locale): proper import order in locales index.ts file

This commit is contained in:
Harsh Vardan
2026-01-21 15:29:21 +13:00
committed by mayswind
parent 80e1223505
commit 42f8aa410c
+1 -1
View File
@@ -6,10 +6,10 @@ import it from './it.json';
import ja from './ja.json';
import kn from './kn.json';
import ko from './ko.json';
import ta from './ta.json';
import nl from './nl.json';
import ru from './ru.json';
import sl from './sl.json';
import ta from './ta.json';
import th from './th.json';
import tr from './tr.json';
import uk from './uk.json';