feat: add support for Azerbaijani language (az) (#4073)

This commit is contained in:
Robin Ye
2025-08-14 00:13:01 +08:00
committed by GitHub
parent 857824df19
commit d47ac6b957
6 changed files with 1529 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ export const Countries = [
{label: "فارسی", key: "fa", country: "IR", alt: "فارسی"},
{label: "Čeština", key: "cs", country: "CZ", alt: "Čeština"},
{label: "Slovenčina", key: "sk", country: "SK", alt: "Slovenčina"},
{label: "Azərbaycan dili", key: "az", country: "AZ", alt: "Azərbaycan dili"},
];
export function getThemeData(organization, application) {

View File

@@ -133,6 +133,9 @@ function initLanguage() {
case "sk-SK":
language = "sk";
break;
case "az":
language = "az";
break;
default:
language = Conf.DefaultLanguage;
}

1326
web/src/locales/az/data.json Normal file

File diff suppressed because it is too large Load Diff