Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mildred committed Dec 2, 2023
1 parent 62a9e89 commit bae1951
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { systemLanguageRef } from './refs';
export const languageCodeMap: Record<string, string> = {
Arabic: 'ar',
Catalan: 'ca-ES',
Chinese: 'zh-CN',
Danish: 'da',
Dutch: 'nl',
English: 'en',
Expand All @@ -17,10 +16,10 @@ export const languageCodeMap: Record<string, string> = {
Korean: 'ko',
Nepali: 'np',
Portuguese: 'pt',
'Simplified Chinese': 'zh-CN',
Spanish: 'es',
Swedish: 'sv',
Turkish: 'tr',
'Simplified Chinese': 'zh-CN',
};

export async function setLanguageMap(
Expand Down

0 comments on commit bae1951

Please sign in to comment.