From 045353bc1bde46d2659c99fd1e8fa3b857746b01 Mon Sep 17 00:00:00 2001 From: xicoivy Date: Sat, 31 Jan 2026 17:21:19 +0100 Subject: [PATCH] Update locales.ts Added Serbian lang --- src/constants/locales.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/locales.ts b/src/constants/locales.ts index a1370055..716c41d9 100644 --- a/src/constants/locales.ts +++ b/src/constants/locales.ts @@ -10,4 +10,5 @@ export const LOCALES = [ { code: 'hr', key: 'croatian' }, { code: 'zh-CN', key: 'chinese' }, { code: 'hi', key: 'hindi' } + { code: 'sr', key: 'serbian' } ]; \ No newline at end of file