You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update word translation tool, allow multiple wbw translation for same language
* fix wbw translation progress calculation
* add resources tab on profile page
* allow adding missing footntoe to draft translation
* improve the profile page
* show permission info
Copy file name to clipboardExpand all lines: app/helpers/tool_docs_helper.rb
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -88,20 +88,26 @@ def word_translation_help
88
88
},
89
89
{
90
90
type: 'step',
91
-
title: 'Step 1: Find the word translation for a specific language',
92
-
text: "Use the available filters to find the desired translation. You can filter by <code>Language</code> <code>Surah</code> and <code>Ayah</code> to narrow down the results. Click <code>Show</code> to display the selected Ayah, where a list of words and their corresponding translations will appear.",
91
+
title: 'Step 1: Select a translation resource',
92
+
text: "A language can have more than one word-by-word translation, so start by picking the resource you want to work on from the <code>Select resource</code> page. Each resource is maintained separately.",
93
93
screenshot: 'word_translations.png'
94
94
},
95
95
{
96
96
type: 'step',
97
-
title: 'Step 2: Read the translation',
98
-
text: "Review the translation of each word carefully. If an update is needed, click the <code>Edit</code> button to fix the translation.",
97
+
title: 'Step 2: Find an ayah',
98
+
text: "Once a resource is selected, use the <code>Surah</code> and <code>Ayah</code> filters to narrow down the results. Click <code>Show</code> to display the selected Ayah, where a list of words and their corresponding translations will appear.",
99
+
screenshot: 'word_translations.png'
100
+
},
101
+
{
102
+
type: 'step',
103
+
title: 'Step 3: Read the translation',
104
+
text: "Review the translation of each word carefully. Words without a translation are highlighted so you can spot gaps at a glance. If an update is needed, click the <code>Edit</code> button to fix the translation.",
99
105
screenshot: 'ayah-words-translation.png'
100
106
},
101
107
{
102
108
type: 'step',
103
-
title: 'Step 3: Update the translation',
104
-
text: "The page will display the Ayah along with a list of all its words. To help focus, only one word will be shown at a time. Each word comes with an input field where you can correct its translation. Once you're satisfied with the update, click <code>Save translations</code> to save the changes.",
109
+
title: 'Step 4: Update the translation',
110
+
text: "The page will display the Ayah along with a list of all its words. Each word is shown as its own card with an input field, its current translation, and the English translation for reference. Once you're satisfied with the update, click <code>Save translations</code> to save the changes.",
105
111
screenshot: 'update-word-translation.png'
106
112
},
107
113
{
@@ -110,10 +116,10 @@ def word_translation_help
110
116
},
111
117
{
112
118
type: 'step',
113
-
title: 'Step 3.1: Update the group translation',
119
+
title: 'Step 4.1: Update the group translation',
114
120
sections: [
115
121
{
116
-
text: "If you find a group of words that should be translated together, you can group them. To do this, click the <code>Create Group translation</code> button(Or <code>Edit Group translation</code> if you need to change an existing group) to open the group translation modal.",
122
+
text: "If you find a group of words that should be translated together, you can group them. To do this, click the <code>Create group</code> button (or <code>Edit group</code> if you need to change an existing group) to open the group translation modal.",
0 commit comments