Skip to content

Commit 5399ee4

Browse files
authored
Merge pull request #22965 from abpframework/auto-merge/rel-9-2/3750
Merge branch dev with rel-9.2
2 parents 3d54a1c + b66fe75 commit 5399ee4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/en/modules/language-management.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ This module follows the [Entity Best Practices & Conventions](../framework/archi
7777
* `Language` (aggregate root): Represents a language in the system.
7878
* `LanguageText` (aggregate root): Represents a language text in the system.
7979

80+
##### Dynamic Localization
81+
82+
* `LocalizationResourceRecord` (aggregate root): Represents a localization resource in the system.
83+
* `LocalizationTextRecord` (aggregate root): Represents all texts of a localization resource in the system.
84+
8085
#### Repositories
8186

8287
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:
8590

8691
* `ILanguageRepository`
8792
* `ILanguageTextRepository`
93+
* `ILocalizationResourceRecordRepository`
94+
* `ILocalizationTextRecordRepository`
8895

8996
#### Domain Services
9097

@@ -121,13 +128,17 @@ See the [connection strings](../framework/fundamentals/connection-strings.md) do
121128

122129
* **AbpLanguages**
123130
* **AbpLanguageTexts**
131+
* **AbpLocalizationResources**
132+
* **AbpLocalizationTexts**
124133

125134
#### MongoDB
126135

127136
##### Collections
128137

129138
* **AbpLanguages**
130139
* **AbpLanguageTexts**
140+
* **AbpLocalizationResources**
141+
* **AbpLocalizationTexts**
131142

132143
### Permissions
133144

0 commit comments

Comments
 (0)