Skip to content

Commit 2273d3b

Browse files
authored
fix(i18n): rename az.json file to az-AZ.json (#1043)
1 parent ea25ecb commit 2273d3b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

config/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
113113
},
114114
{
115115
code: 'az-AZ',
116-
file: 'az.json',
116+
file: 'az-AZ.json',
117117
name: 'Azərbaycanca',
118118
},
119119
/*{

0 commit comments

Comments
 (0)