mirror of https://github.com/abpframework/abp.git
6 changed files with 25 additions and 5 deletions
@ -1,6 +1,7 @@ |
|||
{ |
|||
"culture": "en", |
|||
"texts": { |
|||
"BirthDate": "Birth date" |
|||
"BirthDate": "Birth date", |
|||
"Value1": "Value One" |
|||
} |
|||
} |
|||
@ -1,6 +1,7 @@ |
|||
{ |
|||
"culture": "tr", |
|||
"texts": { |
|||
"BirthDate": "Dogum gunu" |
|||
"BirthDate": "Dogum gunu", |
|||
"Value1": "Değer Bir" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue