mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
fix: Enable serbian translation (#7905)
Enable language: Serbian. Co-authored-by: BikashSah999 <51731962+BikashSah999@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user