Add Persian (fa) translations for the admin dashboard (#11091)
* finish translat to farsi v 1.0 Finish translation to Farsi v1.0 * Add labeler workflow * Add missing translations for filters and UI elements in farsi * Remove .github/workflows/labeler.yml file from changes as requested
This commit is contained in:
@@ -14,9 +14,9 @@ import {
|
||||
mk,
|
||||
mn,
|
||||
ar,
|
||||
zhCN
|
||||
zhCN,
|
||||
faIR,
|
||||
} from "date-fns/locale"
|
||||
|
||||
import { Language } from "./types"
|
||||
|
||||
export const languages: Language[] = [
|
||||
@@ -116,4 +116,10 @@ export const languages: Language[] = [
|
||||
ltr: true,
|
||||
date_locale: zhCN,
|
||||
},
|
||||
{
|
||||
code: "fa",
|
||||
display_name: "فارسی",
|
||||
ltr: false,
|
||||
date_locale: faIR,
|
||||
},
|
||||
]
|
||||
|
||||
2928
packages/admin/dashboard/src/i18n/translations/fa.json
Normal file
2928
packages/admin/dashboard/src/i18n/translations/fa.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -14,6 +14,7 @@ import mk from "./mk.json"
|
||||
import mn from "./mn.json"
|
||||
import ar from "./ar.json"
|
||||
import zhCN from "./zhCN.json"
|
||||
import fa from "./fa.json"
|
||||
|
||||
export default {
|
||||
de: {
|
||||
@@ -64,4 +65,7 @@ export default {
|
||||
zhCN: {
|
||||
translation: zhCN,
|
||||
},
|
||||
fa: {
|
||||
translation: fa,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user