From 52c67c5171633646a748427c9d365e8b2fd380c8 Mon Sep 17 00:00:00 2001 From: userquin Date: Thu, 5 Feb 2026 22:26:33 +0100 Subject: [PATCH 1/2] fix(i18n): rename `az.json` file to `az-AZ.json` --- config/i18n.ts | 2 +- i18n/locales/{az.json => az-AZ.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename i18n/locales/{az.json => az-AZ.json} (100%) diff --git a/config/i18n.ts b/config/i18n.ts index b78254215..93b2c8eb2 100644 --- a/config/i18n.ts +++ b/config/i18n.ts @@ -113,7 +113,7 @@ const locales: (LocaleObjectData | (Omit & { code: str }, { code: 'az-AZ', - file: 'az.json', + file: 'az-AZ.json', name: 'Azərbaycanca', }, /*{ diff --git a/i18n/locales/az.json b/i18n/locales/az-AZ.json similarity index 100% rename from i18n/locales/az.json rename to i18n/locales/az-AZ.json From 9389926016babbc4297ffd7fd3db78eb03b990b2 Mon Sep 17 00:00:00 2001 From: userquin Date: Thu, 5 Feb 2026 22:28:47 +0100 Subject: [PATCH 2/2] chore: rebuild lunaria files --- lunaria/files/{az.json => az-AZ.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lunaria/files/{az.json => az-AZ.json} (100%) diff --git a/lunaria/files/az.json b/lunaria/files/az-AZ.json similarity index 100% rename from lunaria/files/az.json rename to lunaria/files/az-AZ.json