Skip to content

Commit

Permalink
feat: add it locale
Browse files Browse the repository at this point in the history
  • Loading branch information
uffy committed Aug 6, 2024
1 parent 17fc7ba commit 11f4675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions next/api/src/i18n/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export const LOCALES = [
'ar',
'ms',
'tl',
'it'
];
1 change: 1 addition & 0 deletions next/api/src/utils/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ export const allowedTicketLanguages = [
'ar',
'ms',
'tl',
'it'
];
1 change: 1 addition & 0 deletions next/web/src/i18n/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const LOCALES: Record<string, string> = {
ar: '阿拉伯语',
ms: '马来语',
tl: '菲律宾语',
it: '意大利语'
};

export const TicketLanguages: Record<string, string> = {
Expand Down

0 comments on commit 11f4675

Please sign in to comment.