chore: use native Azərbaycan spelling in app description

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) <noreply@anthropic.com>
This commit is contained in:
Ali 2026-05-14 10:56:56 +00:00
parent 708d9363d1
commit 9e74bcd780
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
### Az Locale ### Az Locale
This app adds Azerbaijan launguage and currency This app adds Azərbaycan language and currency
### Installation ### Installation

View File

@ -1,7 +1,7 @@
app_name = "az_locale" app_name = "az_locale"
app_title = "Az Locale" app_title = "Az Locale"
app_publisher = "Jey ERP" 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_email = "info@jeyerp.az"
app_license = "unlicense" app_license = "unlicense"

View File

@ -3,7 +3,7 @@ name = "az_locale"
authors = [ authors = [
{ name = "Jey ERP", email = "info@jeyerp.az"} { 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" requires-python = ">=3.10"
readme = "README.md" readme = "README.md"
dynamic = ["version"] dynamic = ["version"]