From 9e74bcd780cd9f4aa82f99603086040ab0ee2eeb Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Thu, 14 May 2026 10:56:56 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20use=20native=20Az=C9=99rbaycan=20spell?= =?UTF-8?q?ing=20in=20app=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Country DocType values (e.g. Country.name = "Azerbaijan") are kept as-is to preserve ERPNext Link references. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- az_locale/hooks.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"]