Browse Source

Update language-management.md

pull/22963/head
maliming 9 months ago
committed by GitHub
parent
commit
40619924a8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 11
      docs/en/modules/language-management.md

11
docs/en/modules/language-management.md

@ -77,6 +77,11 @@ This module follows the [Entity Best Practices & Conventions](../framework/archi
* `Language` (aggregate root): Represents a language in the system.
* `LanguageText` (aggregate root): Represents a language text in the system.
##### Dynamic Localization
* `LocalizationResourceRecord` (aggregate root): Represents a localization resource in the system.
* `LocalizationTextRecord` (aggregate root): Represents all texts of a localization resource in the system.
#### Repositories
This module follows the [Repository Best Practices & Conventions](../framework/architecture/best-practices/repositories.md) guide.
@ -85,6 +90,8 @@ Following custom repositories are defined for this module:
* `ILanguageRepository`
* `ILanguageTextRepository`
* `ILocalizationResourceRecordRepository`
* `ILocalizationTextRecordRepository`
#### Domain Services
@ -121,6 +128,8 @@ See the [connection strings](../framework/fundamentals/connection-strings.md) do
* **AbpLanguages**
* **AbpLanguageTexts**
* **AbpLocalizationResources**
* **AbpLocalizationTexts**
#### MongoDB
@ -128,6 +137,8 @@ See the [connection strings](../framework/fundamentals/connection-strings.md) do
* **AbpLanguages**
* **AbpLanguageTexts**
* **AbpLocalizationResources**
* **AbpLocalizationTexts**
### Permissions

Loading…
Cancel
Save