Public Member Functions
tornado.locale.CSVLocale Class Reference
Inheritance diagram for tornado.locale.CSVLocale:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def translate

Detailed Description

Locale implementation using tornado's CSV translation format.

Definition at line 411 of file locale.py.


Member Function Documentation

def tornado.locale.CSVLocale.translate (   self,
  message,
  plural_message = None,
  count = None 
)
Returns the translation for the given message for this locale.

If ``plural_message`` is given, you must also provide
``count``. We return ``plural_message`` when ``count != 1``,
and we return the singular form for the given message when
``count == 1``.

Reimplemented from tornado.locale.Locale.

Definition at line 413 of file locale.py.


The documentation for this class was generated from the following file:


rosbridge_server
Author(s): Jonathan Mace
autogenerated on Wed Sep 13 2017 03:18:20