mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
typos mostly
This commit is contained in:
parent
bfcee4b569
commit
c4f41f9607
6 changed files with 5 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ PAGES_HTML = $(patsubst $(PAGEDIR)/%.md,$(OUTDIR)/%.html,$(_PAGES))
|
||||||
_DIRECTORIES = $(shell find $(PAGEDIR)/* -type d)
|
_DIRECTORIES = $(shell find $(PAGEDIR)/* -type d)
|
||||||
DIRECTORIES = $(patsubst $(PAGEDIR)/, $(OUTDIR)/, $(_PAGES))
|
DIRECTORIES = $(patsubst $(PAGEDIR)/, $(OUTDIR)/, $(_PAGES))
|
||||||
|
|
||||||
_STATIC = $(shell find static/ -name \*)
|
_STATIC = $(shell find -L static/ -type f -name \*)
|
||||||
OUT_STATIC = $(patsubst static/%,out/%,$(_STATIC))
|
OUT_STATIC = $(patsubst static/%,out/%,$(_STATIC))
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
|
@ -100,7 +100,7 @@ And try to translate the following sentences into toki pona.
|
||||||
|
|
||||||
> %spoiler%
|
> %spoiler%
|
||||||
> * ma tomo sina li jo ala e jan pali.
|
> * ma tomo sina li jo ala e jan pali.
|
||||||
> * mije ma li pali ala, li moku, li utala.
|
> * mije mi li pali ala, li moku, li utala.
|
||||||
> * ma mama mi li suli.
|
> * ma mama mi li suli.
|
||||||
> * sitelen sina li pona lukin.
|
> * sitelen sina li pona lukin.
|
||||||
> * jan pona mi li jo e kala e kili li pali e moku pona.
|
> * jan pona mi li jo e kala e kili li pali e moku pona.
|
||||||
|
|
|
@ -96,7 +96,7 @@ And here are some examples of the location words:
|
||||||
|
|
||||||
> jan utala mute li lon sinpin. -- Warriors are standing in front of me.
|
> jan utala mute li lon sinpin. -- Warriors are standing in front of me.
|
||||||
|
|
||||||
> lipu suli li on sinpin ni. -- An important document is on this wall.
|
> lipu suli li lon sinpin ni. -- An important document is on this wall.
|
||||||
|
|
||||||
> sinpin ona li pona lukin. -- Their face looks good.
|
> sinpin ona li pona lukin. -- Their face looks good.
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ Special thanks:
|
||||||
|
|
||||||
* **jan Misali** (Mitch Halley) for creating the "Conlang Critic" web series,
|
* **jan Misali** (Mitch Halley) for creating the "Conlang Critic" web series,
|
||||||
from which I discovered toki pona
|
from which I discovered toki pona
|
||||||
* the administrators of the **ma pona pi toki pona** Discord server and the
|
* the participants of the **ma pona pi toki pona** Discord server and the
|
||||||
**toki pona** Telegram group
|
**toki pona** Telegram group
|
||||||
* **jan Sonja** (Sonja Lang) for, well, creating toki pona itself
|
* **jan Sonja** (Sonja Lang) for, well, creating toki pona itself
|
||||||
|
|
||||||
|
|
BIN
static/tokipona/favicon.png
Normal file
BIN
static/tokipona/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
|
@ -5,6 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title><?theme title?></title>
|
<title><?theme title?></title>
|
||||||
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
||||||
|
<link rel="icon" type="image/png" href="favicon.png">
|
||||||
<?theme style?>
|
<?theme style?>
|
||||||
<script src="/scripts.js"></script>
|
<script src="/scripts.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue