Skip to content

Commit

Permalink
Update i18n.ts add da for danish locales (#1128)
Browse files Browse the repository at this point in the history
added import da from './locale/da.json';
  • Loading branch information
iplayer1337fivem committed Jan 19, 2024
1 parent 8ca0269 commit 678dc2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/phone/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import i18n from 'i18next';
import { initReactI18next } from 'react-i18next';
import en from './locale/en.json';
import es from './locale/es.json';
import da from './locale/da.json';
import de from './locale/de.json';
import fr from './locale/fr.json';
import ba from './locale/ba.json';
Expand Down Expand Up @@ -32,6 +33,7 @@ export const resources = {
ba,
no,
sv,
da,
de,
tr,
lt,
Expand Down

0 comments on commit 678dc2d

Please sign in to comment.