janpio commented on a change in pull request #768: Added blog post about 
Migration from Globalization Plugin
URL: https://github.com/apache/cordova-docs/pull/768#discussion_r152359967
 
 

 ##########
 File path: www/_posts/2017-11-20-migrate-from-cordova-globalization-plugin.md
 ##########
 @@ -0,0 +1,81 @@
+---
+layout: post
+author:
+    name: Vishal Mishra
+    url: https://twitter.com/tweetsbymishra
+title:  "Migrating from the Globalization Plugin"
+categories: news
+tags: cordova globalization
+---
+
+## Migrating from the Cordova Globalization Plugin
+
+The Cordova Globalization Plugin was created to obtain information and perform 
operations based on a user?s locale, language and timezone when most mobile 
platforms could not make a distinction between these settings. With the new API 
arrivals in the browser, we can now use the [ECMA Internationalization 
API](https://www.ecma-international.org/ecma-402/1.0/) for achieving this goal 
on iOS, Android,Windows devices and desktop browsers. Hence, this cordova 
plugin is not needed any more and will be sunset soon.
 
 Review comment:
   space missing before "Windows"

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to