feat: added Italian translations (#10362)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { de, enUS, es, fr, pl, ptBR, th, tr } from "date-fns/locale"
|
import { de, enUS, es, fr, it, pl, ptBR, th, tr } from "date-fns/locale"
|
||||||
import { Language } from "./types"
|
import { Language } from "./types"
|
||||||
|
|
||||||
export const languages: Language[] = [
|
export const languages: Language[] = [
|
||||||
@@ -26,6 +26,12 @@ export const languages: Language[] = [
|
|||||||
ltr: true,
|
ltr: true,
|
||||||
date_locale: fr,
|
date_locale: fr,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: "it",
|
||||||
|
display_name: "Italiano",
|
||||||
|
ltr: true,
|
||||||
|
date_locale: it,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: "pl",
|
code: "pl",
|
||||||
display_name: "Polski",
|
display_name: "Polski",
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ import de from "./de.json"
|
|||||||
import en from "./en.json"
|
import en from "./en.json"
|
||||||
import es from "./es.json"
|
import es from "./es.json"
|
||||||
import fr from "./fr.json"
|
import fr from "./fr.json"
|
||||||
|
import it from "./it.json"
|
||||||
import pl from "./pl.json"
|
import pl from "./pl.json"
|
||||||
import ptBR from "./ptBR.json"
|
import ptBR from "./ptBR.json"
|
||||||
import tr from "./tr.json"
|
import tr from "./tr.json"
|
||||||
@@ -20,6 +21,9 @@ export default {
|
|||||||
fr: {
|
fr: {
|
||||||
translation: fr,
|
translation: fr,
|
||||||
},
|
},
|
||||||
|
it: {
|
||||||
|
translation: it,
|
||||||
|
},
|
||||||
pl: {
|
pl: {
|
||||||
translation: pl,
|
translation: pl,
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user