Skip to content

Commit

Permalink
fix(i18n): add it_IT ru_RU (#4592)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 authored Sep 24, 2024
1 parent f3b35b4 commit 5ae2686
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/locale/it_IT.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import it_IT from '../_common/js/global-config/locale/it_IT';

export default it_IT;
3 changes: 3 additions & 0 deletions src/locale/ru_RU.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import ru_RU from '../_common/js/global-config/locale/ru_RU';

export default ru_RU;

0 comments on commit 5ae2686

Please sign in to comment.