mirror of https://github.com/abpframework/abp.git
3 changed files with 8 additions and 6 deletions
@ -1,6 +1,7 @@ |
|||
{ |
|||
"culture": "en", |
|||
"texts": { |
|||
"Settings": "Settings" |
|||
"Settings": "Settings", |
|||
"SuccessfullySaved": "Successfully saved" |
|||
} |
|||
} |
|||
@ -1,6 +1,7 @@ |
|||
{ |
|||
"culture": "tr", |
|||
"texts": { |
|||
"Settings": "Ayarlar" |
|||
"Settings": "Ayarlar", |
|||
"SuccessfullySaved": "Başarıyla Kaydedildi" |
|||
} |
|||
} |
|||
@ -1,7 +1,7 @@ |
|||
(function($) { |
|||
|
|||
$(function() { |
|||
(function ($) { |
|||
var l = abp.localization.getResource('AbpSettingManagement'); |
|||
|
|||
$(document).on("AbpSettingSaved", function () { |
|||
abp.notify.success(l("SuccessfullySaved")); |
|||
}); |
|||
|
|||
})(jQuery); |
|||
Loading…
Reference in new issue