Skip to content

Commit

Permalink
feat: add missing translations & update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidfzm committed Oct 4, 2023
1 parent 46baefe commit df40621
Show file tree
Hide file tree
Showing 3 changed files with 579 additions and 189 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-language-farsi",
"version": "4.1.0",
"version": "4.2.0",
"description": "Farsi translations for React-Admin, the frontend framework for building admin applications on top of REST/GraphQL services.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -42,12 +42,12 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^16.2.1",
"@hamidfzm/eslint-config": "^0.4.2",
"@hamidfzm/eslint-config": "^0.6.1",
"commitlint": "^16.2.3",
"eslint": "^8.32.0",
"eslint": "^8.43.0",
"husky": "^4.3.8",
"prettier": "^2.8.3",
"ra-core": "^4.7.0",
"prettier": "^2.8.8",
"ra-core": "^4.14.4",
"typescript": "^4.9.4"
},
"husky": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const farsiMessages: TranslationMessages = {
open: 'باز کن',
toggle_theme: 'تغییر تم',
select_columns: 'ستون‌ها',
update_application: 'بروز‌رسانی برنامه',
},
boolean: {
true: 'بله',
Expand Down Expand Up @@ -153,6 +154,7 @@ const farsiMessages: TranslationMessages = {
canceled: 'لغو شد',
logged_out: 'نشست کاربری شما به پایان زسیده‌است، لطفا دوباره وصل شوید.',
not_authorized: 'شما اجازه دسترسی به این منبع را ندارید',
application_update_available: 'نسخه جدید برنامه در دسترس است',
},
validation: {
required: 'اجباری',
Expand Down

0 comments on commit df40621

Please sign in to comment.