Skip to content

Commit

Permalink
minor fix and renaming the title
Browse files Browse the repository at this point in the history
  • Loading branch information
vipinpaul committed Aug 7, 2024
1 parent 4930891 commit 0fbd0df
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
46 changes: 23 additions & 23 deletions renderer/src/components/EditorPage/Reference/TranslationHelps.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,40 +43,40 @@ const TranslationHelps = ({
fontSize={fontSize}
/>
);
case 'twl':
// case 'twl':
// return (
// <TranslationHelpsCard
// title={t('label-resource-twl')}
// verse={verse}
// chapter={chapter}
// projectId={bookId || 'mat'}
// branch="master"
// viewMode="list"
// languageId="en"
// resourceId="twl"
// owner="test_org"
// server="https://git.door43.org"
// font={font}
// fontSize={fontSize}
/// >
// );
case 'twlm':
return (
<TranslationHelpsCard
title={t('label-resource-twl')}
title={t('label-resource-twlm')}
verse={verse}
chapter={chapter}
projectId={bookId || 'mat'}
branch="master"
viewMode="list"
languageId="en"
branch={branch}
viewMode="markdown"
languageId={languageId}
resourceId="twl"
owner="test_org"
owner={owner}
server="https://git.door43.org"
font={font}
fontSize={fontSize}
/>
);
// case 'twlm':
// return (
// <TranslationHelpsCard
// title={t('label-resource-twlm')}
// verse={verse}
// chapter={chapter}
// projectId={bookId || 'mat'}
// branch={branch}
// viewMode="markdown"
// languageId={languageId}
// resourceId="twl"
// owner={owner}
// server="https://git.door43.org"
// font={font}
// fontSize={fontSize}
/// >
// );
case 'tq':
return (
<TranslationHelpsCard
Expand Down
4 changes: 2 additions & 2 deletions renderer/src/translations/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ export const En = {
'label-resource-obs': 'Open Bible Stories',
'label-resource-tn': 'Translation Notes',
'label-resource-twlm': 'Translation Words',
'label-resource-twl': 'Translation Words Links',
'label-resource-twl': 'Translation Word Links',
'label-resource-tq': 'Translation Questions',
'label-resource-ta': 'Translation Academy',
'label-resource-name': 'resource name',
'label-footnotes': 'Foot Notes',
'label-location': 'location',
'label-audio-bible': 'Audio',
'label-resource-obs-twl': 'OBS Translation Words Links',
'label-resource-obs-twl': 'OBS Translation Word Links',
'placeholder-resource-name': 'Enter resource name',
'placeholder-license-name': 'License Name',
'placeholder-search': 'Search…',
Expand Down
4 changes: 2 additions & 2 deletions renderer/src/translations/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ export const Id = {
'label-resource-obs': 'Open Bible Stories',
'label-resource-tn': 'Translation Notes',
'label-resource-twlm': 'Translation Words',
'label-resource-twl': 'Translation Words Links',
'label-resource-twl': 'Translation Word Links',
'label-resource-tq': 'Translation Questions',
'label-resource-ta': 'Translation Academy',
'label-resource-name': 'nama sumber daya',
'label-footnotes': 'Catatan Kaki',
'label-location': 'lokasi',
'label-audio-bible': 'Audio',
'label-resource-obs-twl': 'OBS Translation Words Links',
'label-resource-obs-twl': 'OBS Translation Word Links',
'placeholder-resource-name': 'Masukan nama sumber daya',
'placeholder-license-name': 'Nama Lisensi',
'placeholder-search': 'Cari…',
Expand Down

0 comments on commit 0fbd0df

Please sign in to comment.