Skip to content

Commit

Permalink
Set demo language to spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Marner committed Mar 17, 2017
1 parent d3a7b33 commit e89ff76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manup-demo/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class MyApp {
rootPage = TabsPage;

constructor(platform: Platform, private manup: ManUpService, private translate: TranslateService) {
translate.setDefaultLang('en');
translate.setDefaultLang('es');
platform.ready().then(() => {
// Okay, so the platform is ready and our plugins are available.
// Here you can do any higher level native things you might need.
Expand Down

0 comments on commit e89ff76

Please sign in to comment.