Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.12 KB

Meteor status

Display the app connection status with the server

Installation

$ meteor add francocatena:status

Usage

Just insert {{> status}} and you are ready

This is what it looks like when the connection between the server and the client is lost:

Disconnected status in english

Translate

If you want to display the messages in another language

Meteor.startup(function () {
  TAPi18n.setLanguage('fr')
})

If you are not using tap:i18n you should create an empty file for the language:

$ mkdir -p i18n && touch i18n/fr.i18n.json

And voilà:

Disconnected status in french

Available translations