Added Serbian

This commit is contained in:
xicoivy 2026-01-29 19:24:08 +01:00 committed by GitHub
parent 385fb8b96d
commit bff70c8d6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@ import de from './locales/de.json';
import hr from './locales/hr.json';
import hi from './locales/hi.json';
import zhCN from './locales/zh-CN.json';
import sr from './locales/sr.json';
export const resources = {
en: { translation: en },
@ -23,4 +24,5 @@ export const resources = {
hr: { translation: hr },
'zh-CN': { translation: zhCN },
hi: { translation: hi },
sr: { translation: hr },
};