Skip to content

Commit

Permalink
chore: add dictionary from portuguese and korean
Browse files Browse the repository at this point in the history
  • Loading branch information
Rue-pro committed Apr 9, 2024
1 parent ededbf6 commit 1fb50c6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/entities/dictionary/model/dictionaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ export const DICTIONARIES: TDictionaries = {
value: 'pt',
dictionaries: [
{
id: 'jp_Jisho',
name: 'Jisho',
url: 'https://jisho.org/',
id: 'pt_Wordreference',
name: 'Wordreference',
url: 'https://www.wordreference.com/pten/',
selectors: {
text: '.furigana .kanji',
transcription: '.meaning-meaning',
context: 'sentence .japanese',
translation: '.meaning-meaning',
text: '.even.FrWrd',
transcription: '',
context: '',
translation: '.even.FrWrd',
},
},
],
Expand All @@ -143,14 +143,14 @@ export const DICTIONARIES: TDictionaries = {
value: 'ko',
dictionaries: [
{
id: 'jp_Jisho',
id: 'ko_NaverDictionary',
name: 'Jisho',
url: 'https://jisho.org/',
url: 'https://korean.dict.naver.com/koendict',
selectors: {
text: '.furigana .kanji',
transcription: '.meaning-meaning',
context: 'sentence .japanese',
translation: '.meaning-meaning',
text: '.highlight',
transcription: '',
context: '',
translation: '.u_word_dic',
},
},
],
Expand Down

0 comments on commit 1fb50c6

Please sign in to comment.