5 Answer(s)
-
0
Hi @KevinFarrow,
Could you also share your AspNet Zero version ?
-
0
Version is v5.3.0.0 [20180903]
-
0
is it the same as yours <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/510">https://github.com/aspnetzero/aspnet-ze ... issues/510</a>
-
0
<cite>alper: </cite> is it the same as yours <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/510">https://github.com/aspnetzero/aspnet-ze ... issues/510</a>
It does look the same but the reply says "You can send a PR for your language..." what is a PR? and if I knew what it was, who do I sent it to?
"or you can register to 'abp.dynamicScriptsInitialized' in one of your script files (include it after abp.sweet-alert.js) and use any localization source you like." - not sure what this means either? what do I register? is there any example code I could use?
Also it says "Since this is related to ABP framework, I'm closing it." - For me the underlying problem might lie within the ABP framework but this is directly related to my ASP.Net Zero system.
I can only assume it is something to do with us using a new xml language file for the UK. The standard English xml file is for the US.
Any help would be much appreciated.
-
0
Hi, the PR mentioned in the issue refer to Pull-Request on github. Since aspnetboilerplate is open source, anyone can submit a pull request to include the localization for their language if necessary.
You can refer to the following for registration to abp.dynamicScriptInitialized <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/test/aspnet-core-demo/AbpAspNetCoreDemo/wwwroot/Abp/Framework/scripts/libs/abp.sweet-alert.js#L104-107">https://github.com/aspnetboilerplate/as ... s#L104-107</a>