From a911b6a81dff450ba2aba62642a34907ebd6523f Mon Sep 17 00:00:00 2001 From: MGlolenstine Date: Wed, 19 Feb 2020 13:43:12 +0100 Subject: [PATCH] Fixed a typo langauge -> language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6831f3c..fdd3b72 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ Gooey is international ready and easily ported to your host language. Languages def main(): ... -All program text is stored externally in `json` files. So adding new langauge support is as easy as pasting a few key/value pairs in the `gooey/languages/` directory. +All program text is stored externally in `json` files. So adding new language support is as easy as pasting a few key/value pairs in the `gooey/languages/` directory. Thanks to some awesome [contributers](https://github.com/chriskiehl/Gooey/graphs/contributors), Gooey currently comes pre-stocked with over 18 different translations!