File tree 1 file changed +11
-0
lines changed 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ This module follows the [Entity Best Practices & Conventions](../framework/archi
77
77
* ` Language ` (aggregate root): Represents a language in the system.
78
78
* ` LanguageText ` (aggregate root): Represents a language text in the system.
79
79
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
+
80
85
#### Repositories
81
86
82
87
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:
85
90
86
91
* ` ILanguageRepository `
87
92
* ` ILanguageTextRepository `
93
+ * ` ILocalizationResourceRecordRepository `
94
+ * ` ILocalizationTextRecordRepository `
88
95
89
96
#### Domain Services
90
97
@@ -121,13 +128,17 @@ See the [connection strings](../framework/fundamentals/connection-strings.md) do
121
128
122
129
* ** AbpLanguages**
123
130
* ** AbpLanguageTexts**
131
+ * ** AbpLocalizationResources**
132
+ * ** AbpLocalizationTexts**
124
133
125
134
#### MongoDB
126
135
127
136
##### Collections
128
137
129
138
* ** AbpLanguages**
130
139
* ** AbpLanguageTexts**
140
+ * ** AbpLocalizationResources**
141
+ * ** AbpLocalizationTexts**
131
142
132
143
### Permissions
133
144
You can’t perform that action at this time.
0 commit comments