Skip to content

Commit 1d54eaf

Browse files
committed
Fix the ten Gurus name. Fixes #2015
- replace occurrence of Ji with Jee
1 parent 8470ee7 commit 1d54eaf

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

HELP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Additionally, you have the option to choose between Vishraam sources:
126126

127127
### <a name="additional-info">Additional Database/Search Information</a>
128128

129-
- SikhiToTheMax's database includes shabads from Sri Guru Granth Sahib Ji, Sri Dasam Granth Sahib, Bhai Gurdas Jee, Bhai Gurdas Singh Jee, Bhai Nand Lal Jee, and various rehatnamas and thankhanamas. If your shabad is not from one of those sources, it will not appear.
129+
- SikhiToTheMax's database includes shabads from Sri Guru Granth Sahib Jee, Sri Dasam Granth Sahib, Bhai Gurdas Jee, Bhai Gurdas Singh Jee, Bhai Nand Lal Jee, and various rehatnamas and thankhanamas. If your shabad is not from one of those sources, it will not appear.
130130
- If you verified your shabad should be in the database and it is still not coming up, make sure you are typing in the correct letters for search. If you aren’t sure about a letter, or are still having difficulties, try using one of the different search types to locate the shabad.
131131
- If you don't know one of the letters, consider using an asterisk in its place. Here's some information on how it works:
132132
- _First letter start_ -

www/locales/en.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,17 @@
110110
"SELECT": "Select",
111111
"DHAN_GURU_IN_GURMUKHI": "Dhan Guru in Gurmukhi",
112112
"DHAN_GURU": {
113-
"AMARDAS_SAHIB_JI": "Guru Amardas Ji",
114-
"ANGAD_DEV_JI": "Guru Angad Dev Ji",
115-
"ARJUN_DEV_JI": "Guru Arjun Dev Ji",
116-
"GOBIND_SINGH_SAHIB_JI": "Guru Gobind Singh Ji",
117-
"GRANTH_SAHIB_JI": "Guru Granth Sahib Ji",
118-
"HARGOBIND_SAHIB_JI": "Guru Hargobind Ji",
119-
"HARKRISHAN_SAHIB_JI": "Guru Harkrishan Ji",
120-
"HARRAI_SAHIB_JI": "Guru Harrai Ji",
121-
"NANAK_DEV_JI": "Guru Nanak Dev Ji",
122-
"RAMDAS_SAHIB_JI": "Guru Ramdas Ji",
123-
"TEG_BAHADUR_SAHIB_JI": "Guru Teg Bahadur Ji"
113+
"AMARDAS_SAHIB_JI": "Guru Amar Das Jee",
114+
"ANGAD_DEV_JI": "Guru Angad Dev Jee",
115+
"ARJUN_DEV_JI": "Guru Arjun Dev Jee",
116+
"GOBIND_SINGH_SAHIB_JI": "Guru Gobind Singh Jee",
117+
"GRANTH_SAHIB_JI": "Guru Granth Sahib Jee",
118+
"HARGOBIND_SAHIB_JI": "Guru Hargobind Jee",
119+
"HARKRISHAN_SAHIB_JI": "Guru Har Krishan Jee",
120+
"HARRAI_SAHIB_JI": "Guru Har Rai Jee",
121+
"NANAK_DEV_JI": "Guru Nanak Dev Jee",
122+
"RAMDAS_SAHIB_JI": "Guru Ram Das Jee",
123+
"TEG_BAHADUR_SAHIB_JI": "Guru Teg Bahadur Jee"
124124
}
125125
},
126126
"MULTI_PANE": {
@@ -219,16 +219,16 @@
219219
"TEXT": "Dasam Granth Sahib"
220220
},
221221
"GURDAS_JI_VAARAN": {
222-
"TEXT": "Bhai Gurdas Singh Ji Vaaran"
222+
"TEXT": "Bhai Gurdas Singh Jee Vaaran"
223223
},
224224
"GURDAS_VAARAN": {
225-
"TEXT": "Bhai Gurdas Ji Vaaran"
225+
"TEXT": "Bhai Gurdas Jee Vaaran"
226226
},
227227
"GURU_GRANTH_SAHIB": {
228-
"TEXT": "Guru Granth Sahib Ji"
228+
"TEXT": "Guru Granth Sahib Jee"
229229
},
230230
"NAND_LAL_VAARAN": {
231-
"TEXT": "Bhai Nand Lal Ji Vaaran"
231+
"TEXT": "Bhai Nand Lal Jee Vaaran"
232232
},
233233
"REHATNAMAS": {
234234
"TEXT": "Rehatnamas & Panthic Sources"

www/main/common/constants/slidedb.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ const slideStrings = {
1111
gurmukhi: 'DMn gurU AMgd dyv jI',
1212
},
1313
{
14-
english: 'Dhan Guru Amardas Sahib Jee',
14+
english: 'Dhan Guru Amar Das Sahib Jee',
1515
gurmukhi: 'DMn gurU Amrdwsu swihb jI',
1616
},
1717
{
18-
english: 'Dhan Guru Ramdas Sahib Jee',
18+
english: 'Dhan Guru Ram Das Sahib Jee',
1919
gurmukhi: 'DMn gurU rwmdws swihb jI',
2020
},
2121
{
@@ -27,11 +27,11 @@ const slideStrings = {
2727
gurmukhi: 'DMn gurU hirgoibMd swihb jI',
2828
},
2929
{
30-
english: 'Dhan Guru Harrai Sahib Jee',
30+
english: 'Dhan Guru Har Rai Sahib Jee',
3131
gurmukhi: 'DMn gurU hirrwie swihb jI',
3232
},
3333
{
34-
english: 'Dhan Guru Harkrishan Sahib Jee',
34+
english: 'Dhan Guru Har Krishan Sahib Jee',
3535
gurmukhi: 'DMn gurU hirikRSn swihb jI',
3636
},
3737
{

0 commit comments

Comments
 (0)