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

@@ -26,6 +26,7 @@ import pt_BR from './locale/pt_BR';
import ro from './locale/ro';
import ru from './locale/ru';
import sk from './locale/sk';
import sr from './locale/sr';
import sv from './locale/sv';
import ta from './locale/ta';
import th from './locale/th';
@@ -66,6 +67,7 @@ export default {
ro,
ru,
sk,
sr,
sv,
ta,
th,