Skip to content

Commit

Permalink
fix: default target lang
Browse files Browse the repository at this point in the history
  • Loading branch information
ifyour committed Nov 6, 2023
1 parent 5c38020 commit d370b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export const REQUEST_ALTERNATIVES = 3;
export const DEFAULT_REQUEST_PARAMS = {
text: 'Error: the request was incorrect',
source_lang: DEFAULT_LANGUAGE,
target_lang: 'zh',
target_lang: 'en',
};

0 comments on commit d370b01

Please sign in to comment.