Skip to content

Commit

Permalink
Add new languages to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda committed Jun 24, 2023
1 parent 750d2f2 commit 2bbfb52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/i18n/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import ar from '@/i18n/locale/ar.json';
import de from '@/i18n/locale/de.json';
import es from '@/i18n/locale/es.json';
import fr from '@/i18n/locale/fr.json';
import id from '@/i18n/locale/id.json';
import ja from '@/i18n/locale/ja.json';
import pt from '@/i18n/locale/pt.json';
import uk from '@/i18n/locale/uk.json';
Expand All @@ -33,6 +34,7 @@ const resources = {
de: translationHelper(de),
es: translationHelper(es),
fr: translationHelper(fr),
id: translationHelper(id),
ja: translationHelper(ja),
pt: translationHelper(pt),
uk: translationHelper(uk),
Expand Down

0 comments on commit 2bbfb52

Please sign in to comment.