Skip to content

Commit

Permalink
Run npx prettier -w src/utils/language.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mildred committed Nov 28, 2023
1 parent ca07072 commit 85dfe74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ export const languageCodeMap: Record<string, string> = {
German: 'de',
Gujarati: 'gu',
Korean: 'ko',
Nepali:'np',
Portuguese: 'pt',
Nepali: 'np',
Portuguese: 'pt',
Spanish: 'es',
Swedish: 'sv',
Turkish: 'tr',
Swedish: 'sv',
Turkish: 'tr',
};

export async function setLanguageMap(
Expand Down

0 comments on commit 85dfe74

Please sign in to comment.