Skip to content

Commit

Permalink
refactor(i18n): remove de and es translations files (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 authored Jul 25, 2023
1 parent f7c9efa commit 362cccb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 79 deletions.
38 changes: 0 additions & 38 deletions packages/i18n/src/translations/de.json

This file was deleted.

38 changes: 0 additions & 38 deletions packages/i18n/src/translations/es.json

This file was deleted.

4 changes: 1 addition & 3 deletions packages/i18n/src/translations/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import de from './de.json';
import en from './en.json';
import es from './es.json';

const translations = { de, en, es };
const translations = { en };
export default translations;

0 comments on commit 362cccb

Please sign in to comment.