gettext.py
changeset 1977 606923dff11b
parent 1138 22f634977c95
child 3274 7d53d8491932
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     6 
     6 
     7 I18N refers to the operation by which a program is made aware of multiple
     7 I18N refers to the operation by which a program is made aware of multiple
     8 languages.  L10N refers to the adaptation of your program, once
     8 languages.  L10N refers to the adaptation of your program, once
     9 internationalized, to the local language and cultural habits.
     9 internationalized, to the local language and cultural habits.
    10 
    10 
       
    11 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    11 """
    12 """
    12 
    13 
    13 # This module represents the integration of work, contributions, feedback, and
    14 # This module represents the integration of work, contributions, feedback, and
    14 # suggestions from the following people:
    15 # suggestions from the following people:
    15 #
    16 #