fix: Enable serbian translation (#7905)

Enable language: Serbian.

Co-authored-by: BikashSah999 <51731962+BikashSah999@users.noreply.github.com>
This commit is contained in:
GitStart
2023-09-13 09:36:34 +02:00
committed by GitHub
parent fcd40e9636
commit 0245e01763
4 changed files with 8 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ import pt_BR from './locale/pt_BR.json';
import ro from './locale/ro.json';
import ru from './locale/ru.json';
import sk from './locale/sk.json';
import sr from './locale/sr.json';
import sv from './locale/sv.json';
import ta from './locale/ta.json';
import th from './locale/th.json';
@@ -68,6 +69,7 @@ export default {
ro,
ru,
sk,
sr,
sv,
ta,
th,