mirror of https://github.com/abpframework/abp.git
8 changed files with 57 additions and 14 deletions
@ -0,0 +1,7 @@ |
|||
namespace Volo.Abp.Identity.Web.Areas.Identity.Localization.Resource |
|||
{ |
|||
public class IdentityResource |
|||
{ |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "en", |
|||
"texts": { |
|||
"Users": "Users" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "tr", |
|||
"texts": { |
|||
"Users": "Kullanıcılar" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue