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"
|
||||
|
||||
export const languages: Language[] = [
|
||||
@@ -26,6 +26,12 @@ export const languages: Language[] = [
|
||||
ltr: true,
|
||||
date_locale: fr,
|
||||
},
|
||||
{
|
||||
code: "it",
|
||||
display_name: "Italiano",
|
||||
ltr: true,
|
||||
date_locale: it,
|
||||
},
|
||||
{
|
||||
code: "pl",
|
||||
display_name: "Polski",
|
||||
|
||||
@@ -2,6 +2,7 @@ import de from "./de.json"
|
||||
import en from "./en.json"
|
||||
import es from "./es.json"
|
||||
import fr from "./fr.json"
|
||||
import it from "./it.json"
|
||||
import pl from "./pl.json"
|
||||
import ptBR from "./ptBR.json"
|
||||
import tr from "./tr.json"
|
||||
@@ -20,6 +21,9 @@ export default {
|
||||
fr: {
|
||||
translation: fr,
|
||||
},
|
||||
it: {
|
||||
translation: it,
|
||||
},
|
||||
pl: {
|
||||
translation: pl,
|
||||
},
|
||||
|
||||
2774
packages/admin/dashboard/src/i18n/translations/it.json
Normal file
2774
packages/admin/dashboard/src/i18n/translations/it.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user