diff --git a/README.md b/README.md index 0889205..b09f6c3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Az Locale -This app adds Azerbaijan launguage and currency +This app adds Azərbaycan language and currency ### Installation diff --git a/az_locale/hooks.py b/az_locale/hooks.py index 19e6c5b..171bd4b 100644 --- a/az_locale/hooks.py +++ b/az_locale/hooks.py @@ -1,7 +1,7 @@ app_name = "az_locale" app_title = "Az Locale" app_publisher = "Jey ERP" -app_description = "This app adds Azerbaijan launguage and currency" +app_description = "This app adds Azərbaycan language and currency" app_email = "info@jeyerp.az" app_license = "unlicense" diff --git a/pyproject.toml b/pyproject.toml index 5d7bd7e..fd04627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "az_locale" authors = [ { name = "Jey ERP", email = "info@jeyerp.az"} ] -description = "This app adds Azerbaijan launguage and currency" +description = "This app adds Azərbaycan language and currency" requires-python = ">=3.10" readme = "README.md" dynamic = ["version"]