Skip to content

Commit

Permalink
i18n: add Thai language
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Mar 3, 2023
1 parent a0fac73 commit e9095cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/widget/src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import fr from './fr.json';
import id from './id.json';
import it from './it.json';
import ko from './ko.json';
import th from './th.json';
import tr from './tr.json';
import uk from './uk.json';
import zh from './zh.json';

export { de, en, es, fr, id, it, ko, tr, uk, zh };
export { de, en, es, fr, id, it, ko, th, tr, uk, zh };

0 comments on commit e9095cd

Please sign in to comment.