Fix typos
pages/documentation.scm
28 | 28 | (h1 (_ "Documentation")) | |
29 | 29 | (div (@ (class "article")) | |
30 | 30 | (p (_ "This documentation will guide you in some of the most important | |
31 | - | aspects of the application. Please read it carefuly!")) | |
31 | + | aspects of the application. Please read it carefully!")) | |
32 | 32 | (h2 (_ "Downloading a dictionary")) | |
33 | 33 | (p (_ "This application is based on multiple dictionaries that | |
34 | 34 | you can download in the app. They all add some functionality to the application. | |
… | |||
38 | 38 | open a new view where you can select a dictionary in a list.")) | |
39 | 39 | (p (_ "Tap on the dictionary you want to add. You will be presented | |
40 | 40 | with more details on the dictionary and options to download, refresh or delete | |
41 | - | it. Once you have successfuly downloaded a dictionary, you are ready to use | |
41 | + | it. Once you have successfully downloaded a dictionary, you are ready to use | |
42 | 42 | the app!")) | |
43 | 43 | (h2 (_ "Searching vocabulary")) | |
44 | 44 | (p (_ "To be able to look for vocabulary, you must first download a | |
45 | 45 | dictionary. There are dictionaries for different languages.")) | |
46 | 46 | (p (_ "From the main view, tap on the search bar and type your search | |
47 | - | term. It can be a word written in kanji, with its pronounciation or the meaning | |
47 | + | term. It can be a word writen in kanji, with its pronunciation or the meaning | |
48 | 48 | of a word in the language of a dictionary you downloaded.")) | |
49 | 49 | (p (_ "Tap on the search button and you'll see the results. Easy, right?")) | |
50 | 50 | (h2 (_ "Settings")) | |
… | |||
65 | 65 | (li (_ "<a href=\"~a\">Suggest</a> improvements and more data sources" | |
66 | 66 | "https://framagit.org/nani-project/nani-app/issues")) | |
67 | 67 | (li (_ "Write some code and send me a patch"))) | |
68 | - | (p (_ "In any case, I hope you will enjoy Nani as much as I enjoyed writting | |
68 | + | (p (_ "In any case, I hope you will enjoy Nani as much as I enjoyed writing | |
69 | 69 | it!")))) | |
70 | 70 | nani-theme)) |
pages/index.scm
34 | 34 | ;; TRANSLATORS: rename this file to /images/get-it-on-<lang>.png | |
35 | 35 | (_ "<img src=\"/images/get-it-on-en.png\" />")))) | |
36 | 36 | (h2 (@ (id "after-hero")) (_ "Features")) | |
37 | - | (p (_ "Offline Japanese dictionary, with meaning, pronounciation, kanji and more!")) | |
37 | + | (p (_ "Offline Japanese dictionary, with meaning, pronunciation, kanji and more!")) | |
38 | 38 | (div (@ (id "features")) | |
39 | 39 | (div | |
40 | 40 | (h3 (_ "Specialized dictionary")) |
tools/list.scm
45 | 45 | `(_ "Pitch accent dictionary from Wadoku.")) | |
46 | 46 | (define wadoku-pitch-description | |
47 | 47 | `(_ "This dictionary allows you to augment search results on the main view | |
48 | - | with pitch accent (pronounciation) information. Japanese is not flat, | |
48 | + | with pitch accent (pronunciation) information. Japanese is not flat, | |
49 | 49 | and this dictionary will add information that will help you pronounce | |
50 | 50 | words better, with a standard Japanese pitch accent.")) | |
51 | 51 |