Skip to content

Commit

Permalink
Merge pull request #16 from BLACKSPI/master
Browse files Browse the repository at this point in the history
UPDATE on script.js
  • Loading branch information
NdunguMaina authored Jun 18, 2024
2 parents 5b1359f + b4108f5 commit 8433aa4
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 68 deletions.
Binary file added images/OW.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Q.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
136 changes: 68 additions & 68 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,72 +132,72 @@ function readWord() {
}

const signLanguageImages = {
'a': 'images/a.png',
'b': 'images/b.png',
'c': 'images/c.png',
'd': 'images/d.png',
'e': 'images/e.png',
'f': 'images/f.png',
'g': 'images/g.png',
'h': 'images/h.png',
'i': 'images/i.png',
'j': 'images/j.png',
'k': 'images/k.png',
'l': 'images/l.png',
'm': 'images/m.png',
'n': 'images/n.png',
'o': 'images/o.png',
'p': 'images/p.png',
'q': 'images/q.png',
'r': 'images/r.png',
's': 'images/s.png',
't': 'images/t.png',
'u': 'images/u.png',
'v': 'images/v.png',
'w': 'images/w.png',
'x': 'images/x.png',
'y': 'images/y.png',
'z': 'images/z.png',
'bl': 'images/bl.png',
'br': 'images/br.png',
'cr': 'images/cr.png',
'fl': 'images/fl.png',
'gr': 'images/gr.png',
'pl': 'images/pl.png',
'pr': 'images/pr.png',
'sl': 'images/sl.png',
'sp': 'images/sp.png',
'st': 'images/st.png',
'tr': 'images/tr.png',
'ch': 'images/ch.png',
'sh': 'images/sh.png',
'th': 'images/th.png',
'wh': 'images/wh.png',
'ck': 'images/ck.png',
'll': 'images/ll.png',
'ss': 'images/ss.png',
'ce': 'images/ce.png',
'de': 'images/de.png',
'ke': 'images/ke.png',
'me': 'images/me.png',
'ne': 'images/ne.png',
're': 'images/re.png',
'te': 'images/te.png',
've': 'images/ve.png',
'mp': 'images/mp.png',
'nd': 'images/nd.png',
'nk': 'images/nk.png',
'ng': 'images/ng.png',
'ea': 'images/ea.png',
'ai': 'images/ai.png',
'ee': 'images/ee.png',
'oa': 'images/oa.png',
'oo': 'images/oo.png',
'ie': 'images/ie.png',
'oi': 'images/oi.png',
'oy': 'images/oy.png',
'ay': 'images/ay.png',
'ue': 'images/ue.png',
'aw': 'images/aw.png',
'ow': 'images/ow.png'
'a': 'images/A.png',
'b': 'images/B.png',
'c': 'images/C.png',
'd': 'images/D.png',
'e': 'images/E.png',
'f': 'images/F.png',
'g': 'images/G.png',
'h': 'images/H.png',
'i': 'images/I.png',
'j': 'images/J.png',
'k': 'images/K.png',
'l': 'images/L.png',
'm': 'images/M.png',
'n': 'images/N.png',
'o': 'images/O.png',
'p': 'images/P.png',
'q': 'images/Q.png',
'r': 'images/R.png',
's': 'images/S.png',
't': 'images/T.png',
'u': 'images/U.png',
'v': 'images/V.png',
'w': 'images/W.png',
'x': 'images/X.png',
'y': 'images/Y.png',
'z': 'images/Z.png',
'bl': 'images/BL.png',
'br': 'images/BR.png',
'cr': 'images/CR.png',
'fl': 'images/FL.png',
'gr': 'images/GR.png',
'pl': 'images/PL.png',
'pr': 'images/PR.png',
'sl': 'images/SL.png',
'sp': 'images/SP.png',
'st': 'images/ST.png',
'tr': 'images/TR.png',
'ch': 'images/CH.png',
'sh': 'images/SH.png',
'th': 'images/TH.png',
'wh': 'images/WH.png',
'ck': 'images/CK.png',
'll': 'images/LL.png',
'ss': 'images/SS.png',
'ce': 'images/CE.png',
'de': 'images/DE.png',
'ke': 'images/KE.png',
'me': 'images/ME.png',
'ne': 'images/NE.png',
're': 'images/RE.png',
'te': 'images/TE.png',
've': 'images/VE.png',
'mp': 'images/MP.png',
'nd': 'images/ND.png',
'nk': 'images/NK.png',
'ng': 'images/NG.png',
'ea': 'images/EA.png',
'ai': 'images/AI.png',
'ee': 'images/EE.png',
'oa': 'images/OA.png',
'oo': 'images/OO.png',
'ie': 'images/IE.png',
'oi': 'images/OI.png',
'oy': 'images/OY.png',
'ay': 'images/AY.png',
'ue': 'images/UE.png',
'aw': 'images/AW.png',
'ow': 'images/OW.png'
};

0 comments on commit 8433aa4

Please sign in to comment.