mirror of https://github.com/abpframework/abp.git
6 changed files with 60 additions and 9 deletions
@ -1,7 +1,10 @@ |
|||
{ |
|||
"culture": "en", |
|||
"texts": { |
|||
"DisplayName:PersonModel:BirthDate1": "Birth date1", |
|||
"DisplayName:BirthDate2": "Birth date2", |
|||
"PersonModel:BirthDate3": "Birth date3", |
|||
"BirthDate": "Birth date", |
|||
"Value1": "Value One" |
|||
"Value1": "Value One" |
|||
} |
|||
} |
|||
} |
|||
|
|||
@ -1,7 +1,10 @@ |
|||
{ |
|||
"culture": "tr", |
|||
"texts": { |
|||
"DisplayName:PersonModel:BirthDate1": "Dogum gunu1", |
|||
"DisplayName:BirthDate2": "Dogum gunu2", |
|||
"PersonModel:BirthDate3": "Dogum gunu3", |
|||
"BirthDate": "Dogum gunu", |
|||
"Value1": "Değer Bir" |
|||
"Value1": "Değer Bir" |
|||
} |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue