mirror of https://github.com/abpframework/abp.git
7 changed files with 62 additions and 21 deletions
@ -0,0 +1,10 @@ |
|||||
|
using Volo.Abp.Localization; |
||||
|
|
||||
|
namespace Volo.Abp.SettingManagement.Localization |
||||
|
{ |
||||
|
[LocalizationResourceName("AbpSettingManagement")] |
||||
|
public class AbpSettingManagementResource |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,6 @@ |
|||||
|
{ |
||||
|
"culture": "en", |
||||
|
"texts": { |
||||
|
"Settings": "Settings" |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,6 @@ |
|||||
|
{ |
||||
|
"culture": "tr", |
||||
|
"texts": { |
||||
|
"Settings": "Ayarlar" |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue