Skip to content

Commit

Permalink
feat: Add Urdu Language
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullah-afzal committed Nov 27, 2024
1 parent e04c9cf commit c687a05
Show file tree
Hide file tree
Showing 3 changed files with 2,781 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/admin/dashboard/src/i18n/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@ export const languages: Language[] = [
ltr: true,
date_locale: th,
},
{
code: "ur",
display_name: "اردو",
ltr: false,
date_locale: enUS,
}
]
4 changes: 4 additions & 0 deletions packages/admin/dashboard/src/i18n/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import pl from "./pl.json"
import ptBR from "./ptBR.json"
import tr from "./tr.json"
import th from "./th.json"
import ur from "./ur.json"

export default {
de: {
Expand All @@ -32,4 +33,7 @@ export default {
tr: {
translation: tr,
},
ur: {
translation: ur,
}
}
Loading

0 comments on commit c687a05

Please sign in to comment.