docs(globalization): mark plugin as deprecated (#2239)

This commit is contained in:
Daniel Sogl 2017-12-29 03:27:53 +01:00 committed by Ibby Hadeed
parent 8e9907dc53
commit 9ebd92ecb9

View File

@ -4,6 +4,12 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
/**
* @name Globalization
* @description
* This plugin obtains information and performs operations specific to the user's locale, language, and timezone.
*
* @deprecated
* With the [ECMA Internationalization API](https://www.ecma-international.org/ecma-402/1.0/) now supported on iOS, Android and Windows devices, this plugin is not required any more.
* Migrating from this plugin to the [ECMA Internationalization API](https://www.ecma-international.org/ecma-402/1.0/) is explained in this [Cordova blog post](https://cordova.apache.org/news/2017/11/20/migrate-from-cordova-globalization-plugin.html).
*
* @usage
* ```typescript
* import { Globalization } from '@ionic-native/globalization';