Feat: added Bosnian language support (#12485)
This commit is contained in:
@@ -25,10 +25,17 @@ import {
|
||||
ko,
|
||||
nl,
|
||||
hu,
|
||||
bs,
|
||||
} from "date-fns/locale"
|
||||
import { Language } from "./types"
|
||||
|
||||
export const languages: Language[] = [
|
||||
{
|
||||
code: "bs",
|
||||
display_name: "Bosanski",
|
||||
ltr: true,
|
||||
date_locale: bs,
|
||||
},
|
||||
{
|
||||
code: "bg",
|
||||
display_name: "Български",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -24,8 +24,12 @@ import lt from "./lt.json"
|
||||
import vi from "./vi.json"
|
||||
import ko from "./ko.json"
|
||||
import nl from "./nl.json"
|
||||
import bs from "./bs.json"
|
||||
|
||||
export default {
|
||||
bs: {
|
||||
translation: bs,
|
||||
},
|
||||
bg: {
|
||||
translation: bg,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user