docs(globalization): remove unsupported platforms (#2226)

* docs(globalization): remove unsupported platforms

* Update index.ts
This commit is contained in:
Daniel Sogl 2017-12-28 13:09:04 +01:00 committed by Ibby Hadeed
parent 5e77ed9317
commit d256916621

View File

@ -26,7 +26,7 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
plugin: 'cordova-plugin-globalization',
pluginRef: 'navigator.globalization',
repo: 'https://github.com/apache/cordova-plugin-globalization',
platforms: ['Amazon Fire OS', 'Android', 'BlackBerry 10', 'Browser', 'Firefox OS', 'iOS', 'Tizen', 'Ubuntu', 'Windows', 'Windows Phone']
platforms: ['Amazon Fire OS', 'Android', 'Browser', 'iOS', 'Windows']
})
@Injectable()
export class Globalization extends IonicNativePlugin {