Skip to content

Commit

Permalink
chore: add translation for nav (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
eren-ayasofyazilim authored Sep 25, 2024
2 parents f505079 + d08c0b7 commit 4eb69a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/src/language-data/AbpUiNavigation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export interface AbpUiNavigationResource {
Admin: string;
Saas: string;
Identity: string;
Product: string;
Parties: string;
OpenIdDict: string;
Applications: string;
Expand Down Expand Up @@ -307,6 +308,8 @@ function getLanguageData(
navigationResource?.AuditLogs ||
data[lang]?.AuditLogs ||
data.en.AuditLogs,
Product:
navigationResource?.Product || data[lang]?.Product || data.en.Product,
VAT: navigationResource?.VAT || data[lang]?.VAT || data.en.VAT,
ProductGroup:
navigationResource?.ProductGroup ||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"Admin": "Admin",
"Saas": "Saas",
"Identity": "Identity",
"Product": "Product",
"Parties": "Parties",
"OpenIdDict": "Open Id Dict",
"Applications": "Applications",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"Admin": "Admin",
"Saas": "Saas",
"Identity": "Kimlik",
"Product": "Ürün",
"Parties": "Taraflar",
"AdminManagement": "Admin Yönetimi",
"OpenIdDict": "Open Id Dict",
Expand Down

0 comments on commit 4eb69a5

Please sign in to comment.