diff options
author | Sadie Powell <sadie@witchery.services> | 2021-08-01 18:53:24 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-08-01 18:53:24 +0100 |
commit | 561b205c4a3a125c12a7926ef18fa1eb822c387c (patch) | |
tree | c763ddefe765e23ec0ff189e24d55f634b52b954 /docs/LANGUAGE | |
parent | 376053e0acae2a37a8f5c77c8de25ebf8a8395a9 (diff) | |
parent | 91321bdf682eb5b512373bb56c722f943cbc8183 (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'docs/LANGUAGE')
-rw-r--r-- | docs/LANGUAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LANGUAGE b/docs/LANGUAGE index bb76ca485..3aab36b45 100644 --- a/docs/LANGUAGE +++ b/docs/LANGUAGE @@ -1,4 +1,4 @@ -Anope Mutli Language Support +Anope Multi Language Support ---------------------------- 1) Building Anope with gettext support @@ -36,7 +36,7 @@ Anope Mutli Language Support NOTE: There is no guarantee we will use your work so please do not be offended if we say no thanks. -3) Using langages with modules +3) Using languages with modules Module authors can easily add the ability to have their modules translated by adding _() around the strings they want translated (messages to the user, etc). |