Skip to content

Commit 11f4675

Browse files
committed
feat: add it locale
1 parent 17fc7ba commit 11f4675

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

next/api/src/i18n/locales.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ export const LOCALES = [
1717
'ar',
1818
'ms',
1919
'tl',
20+
'it'
2021
];

next/api/src/utils/locale.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ export const allowedTicketLanguages = [
5757
'ar',
5858
'ms',
5959
'tl',
60+
'it'
6061
];

next/web/src/i18n/locales.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const LOCALES: Record<string, string> = {
1919
ar: '阿拉伯语',
2020
ms: '马来语',
2121
tl: '菲律宾语',
22+
it: '意大利语'
2223
};
2324

2425
export const TicketLanguages: Record<string, string> = {

0 commit comments

Comments
 (0)