comparison babel/messages/checkers.py @ 236:bf9579c4b0ee

Add more `since` tags to stuff added in trunk.
author cmlenz
date Wed, 01 Aug 2007 14:15:35 +0000
parents bd8b1301b27e
children 249aab27c4b3
comparison
equal deleted inserted replaced
235:d0cd235ede46 236:bf9579c4b0ee
9 # 9 #
10 # This software consists of voluntary contributions made by many 10 # This software consists of voluntary contributions made by many
11 # individuals. For the exact contribution history, see the revision 11 # individuals. For the exact contribution history, see the revision
12 # history and logs, available at http://babel.edgewall.org/log/. 12 # history and logs, available at http://babel.edgewall.org/log/.
13 13
14 """Various routines that help with validation of translations.""" 14 """Various routines that help with validation of translations.
15
16 :since: version 0.9
17 """
15 18
16 from babel.messages.catalog import TranslationError, PYTHON_FORMAT 19 from babel.messages.catalog import TranslationError, PYTHON_FORMAT
17 20
18 def num_plurals(catalog, message): 21 def num_plurals(catalog, message):
19 """Verify the number of plurals in the translation.""" 22 """Verify the number of plurals in the translation."""
Copyright (C) 2012-2017 Edgewall Software