Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Oct 4, 2023
1 parent 52eba4f commit 2cd0f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/i18n/src/locales/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import tr_TR from './tr-TR/';
import de from './de/';
import ar from './ar/';
import en_US from './en-US/';
import es from './es/';
import fr from './fr/';
Expand All @@ -11,8 +11,8 @@ import zh from './zh/';
import test_lng from './test-LNG/';

export default {
...ar,
...tr_TR,
...de,
...en_US,
...es,
...fr,
Expand Down

0 comments on commit 2cd0f9d

Please sign in to comment.